From 7573133626ae1781cfbeced4a0c8d5d7a15de81a Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Thu, 15 Aug 2019 02:14:21 +0000 Subject: [PATCH] Fix the stage path --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 85fe28c4b..21b0ed3f0 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -57,4 +57,4 @@ parts: ./configure.sh --prefix=$SNAPCRAFT_STAGE/usr cd build make -j -l $(grep -c "^processor" /proc/cpuinfo) - make install DESTDIR=$SNAPCRAFT_STAGE + make install