]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/coreutils
Merge remote-tracking branch 'origin/next' into kernel-4.14
[ipfire-2.x.git] / lfs / coreutils
index 324dc780892b49330afa7a9856f89cebfe9c4dcf..904bd2bdf16ec65851805cc3c682ed70cdd3fcc9 100644 (file)
@@ -31,14 +31,14 @@ 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
+  CONFIGURE_OPTIONS = --prefix=$(TOOLS_DIR)
 endif
 
 CONFIGURE_OPTIONS += \