Replace /tools with
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 20:34:45 +0000 (15:34 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 28 Dec 2014 19:55:38 +0000 (14:55 -0500)
stage1/pkg/bash
stage1/pkg/gcc
stage1/pkg/gettext

index 6e3d9e5..dc30252 100644 (file)
@@ -26,5 +26,5 @@ EOF
 
 hvbuild_post()
 {
-    ln -svfT bash /tools/bin/sh
+    ln -svfT bash ${TOOLS_DIR}/tools/bin/sh
 }
index bb77d66..c6c4894 100644 (file)
@@ -49,5 +49,5 @@ hvbuild()
 hvbuild_post()
 {
     # Install the libiberty header file that is needed by some packages:
-    cp -v ${LFS_TMP}/${PACKAGE}/include/libiberty.h /tools/include
+    cp -v ${LFS_TMP}/${PACKAGE}/include/libiberty.h ${TOOLS_DIR}/include
 }
index 91be892..0739758 100644 (file)
@@ -14,5 +14,5 @@ hvbuild()
 {
     ${HVMAKE} -C gnulib-lib
     ${HVMAKE} -C src msgfmt
-    cp -v src/msgfmt /tools/bin
+    cp -v src/msgfmt ${TOOLS_DIR}/bin
 }