another way to set destdir
This commit is contained in:
parent
676c7fd765
commit
25b4425f87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue