]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/bzip2
slang: revert parallelized build
[ipfire-2.x.git] / lfs / bzip2
index 44fa7575e0009146ffc730bcd983caff9d486285..da20ce68cc19f045fc998f6987009d65a28de7c5 100644 (file)
--- a/lfs/bzip2
+++ b/lfs/bzip2
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -31,7 +31,7 @@ DL_FILE    = $(THISAPP).tar.gz
 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)
@@ -90,7 +90,7 @@ ifeq "$(ROOT)" ""
        ln -sfv bzip2 /bin/bzcat
 else
        cd $(DIR_APP) && make $(MAKETUNING)
-       cd $(DIR_APP) && make PREFIX=/tools install
+       cd $(DIR_APP) && make PREFIX=$(TOOLS_DIR) install
 endif
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)