From 84ffa3a4299c59046bbe6fdc6124087fbf5c5135 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 27 Dec 2014 15:34:45 -0500 Subject: [PATCH] Replace /tools with --- stage1/pkg/bash | 2 +- stage1/pkg/gcc | 2 +- stage1/pkg/gettext | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stage1/pkg/bash b/stage1/pkg/bash index 6e3d9e5..dc30252 100644 --- a/stage1/pkg/bash +++ b/stage1/pkg/bash @@ -26,5 +26,5 @@ EOF hvbuild_post() { - ln -svfT bash /tools/bin/sh + ln -svfT bash ${TOOLS_DIR}/tools/bin/sh } diff --git a/stage1/pkg/gcc b/stage1/pkg/gcc index bb77d66..c6c4894 100644 --- a/stage1/pkg/gcc +++ b/stage1/pkg/gcc @@ -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 } diff --git a/stage1/pkg/gettext b/stage1/pkg/gettext index 91be892..0739758 100644 --- a/stage1/pkg/gettext +++ b/stage1/pkg/gettext @@ -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 } -- 2.20.1