Fix the stage path

This commit is contained in:
Leo Arias 2019-08-15 02:14:21 +00:00
parent 47153430b2
commit 7573133626

View File

@ -57,4 +57,4 @@ parts:
./configure.sh --prefix=$SNAPCRAFT_STAGE/usr ./configure.sh --prefix=$SNAPCRAFT_STAGE/usr
cd build cd build
make -j -l $(grep -c "^processor" /proc/cpuinfo) make -j -l $(grep -c "^processor" /proc/cpuinfo)
make install DESTDIR=$SNAPCRAFT_STAGE make install