diff --git a/build.sh b/build.sh index 3d06915..244239a 100755 --- a/build.sh +++ b/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}