DESTDIR mast be defined after the make command
This commit is contained in:
parent
55a051c9ed
commit
bb2d7aa853
2
build.sh
2
build.sh
@ -120,6 +120,6 @@ ln -sf Makefile.config.${SYSTYPE} Makefile.config
|
||||
cp Makefile.in Makefile
|
||||
make all_depend
|
||||
make all
|
||||
DESTDIR=${DEST_DIR} make install
|
||||
make install DESTDIR=${DEST_DIR}
|
||||
cd ${WORLD_ROOT}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user