DESTDIR mast be defined after the make command

This commit is contained in:
Mario Fetka 2024-05-27 21:27:52 +02:00
parent 55a051c9ed
commit bb2d7aa853

View File

@ -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}