another way to set destdir

This commit is contained in:
Gwenhael Le Moine 2015-10-20 16:55:20 +02:00
parent 676c7fd765
commit 25b4425f87

View file

@ -56,7 +56,7 @@ CFLAGS=$SLCKFLAGS \
make -j3 PREFIX=$PREFIX
# installation
make install DESTDIR=$PKG
make install DESTDIR=$PKG prefix=$PKG/usr
# correction
cd $PKG