]> Untitled Git - hvlinux.git/commitdiff
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 6e3d9e59ba12393c936a23feb19dda6da2d904c2..dc30252cbe7b781bc9913c87294bf013ee2935ae 100644 (file)
@@ -26,5 +26,5 @@ EOF
 
 hvbuild_post()
 {
-    ln -svfT bash /tools/bin/sh
+    ln -svfT bash ${TOOLS_DIR}/tools/bin/sh
 }
index bb77d66b9f94ca9e3c406032621ee3b40a66d062..c6c4894f2d17116a36ae1f6bb4776d1cf59d38de 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 91be892b81080c19c9f64c85c2d28761b25996c8..07397585073e3a0e314f15d1fdcb3d9e5507625d 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
 }