From 9888fa04a7143b2d4d00f8de9e325867c6a45377 Mon Sep 17 00:00:00 2001 From: rozyczko Date: Wed, 20 Sep 2023 18:18:16 +0200 Subject: [PATCH] add some debug printouts --- snap/snapcraft.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a9e607a8bb..3aeb5414ab 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -84,7 +84,9 @@ parts: echo "\$SNAP/bin/python3.8 \$SNAP/run.py" > $SNAPCRAFT_PART_INSTALL/sasview-wrapper chmod +x $SNAPCRAFT_PART_INSTALL/sasview-wrapper - /usr/bin/python3.8 $SNAP/setup.py + ls -l $SNAP + ls -l $SNAPCRAFT_PART_INSTALL + /usr/bin/python3.8 $SNAP/SasView/setup.py snapcraftctl build # Apply shebang rewrite as done by snapcraft