From 147379a169f3dfec44479873c130a6783747029d Mon Sep 17 00:00:00 2001 From: rozyczko Date: Wed, 20 Sep 2023 19:26:22 +0200 Subject: [PATCH] setup.py is in current dir --- snap/snapcraft.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 609af752a0..c11c33d914 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -85,9 +85,7 @@ parts: chmod +x $SNAPCRAFT_PART_INSTALL/sasview-wrapper ls -l - ls -l $SNAP - ls -lR $SNAPCRAFT_PART_INSTALL - /usr/bin/python3.8 $SNAP/SasView/setup.py + /usr/bin/python3.8 setup.py snapcraftctl build # Apply shebang rewrite as done by snapcraft