]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/coreutils
libgcrypt: update to 1.8.2
[ipfire-2.x.git] / lfs / coreutils
index 324dc780892b49330afa7a9856f89cebfe9c4dcf..26482aa0f5c81524ad7085544ac76c59eb505e8b 100644 (file)
@@ -31,17 +31,16 @@ DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
-# Normal build or /tools build.
+# Normal build or $(TOOLS_DIR) build.
 #
 ifeq "$(ROOT)" ""
   TARGET = $(DIR_INFO)/$(THISAPP)
-  CONFIGURE_OPTIONS = --prefix=/usr
 else
   TARGET = $(DIR_INFO)/$(THISAPP)-tools
-  CONFIGURE_OPTIONS = --prefix=/tools
 endif
 
 CONFIGURE_OPTIONS += \
+       --prefix=$(PREFIX) \
        --enable-largefile \
        --disable-rpath \
        --enable-install-program=arch \