From bb2d7aa853f9b1f23be37f57881a41d915028779 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 27 May 2024 21:27:52 +0200 Subject: [PATCH] DESTDIR mast be defined after the make command --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}