Remove /tools and /cross-tools links on host system
[hvlinux.git] / stage0 / pkg / linux
index 1107e1b..19781c7 100644 (file)
@@ -6,6 +6,6 @@ hvbuild()
 
     ${HVMAKE} mrproper
     ${HVMAKE} ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=dest headers_install
-    install -dv /tools/include
-    cp -rv dest/include/* /tools/include
+    install -dv ${TOOLS_DIR}/include
+    cp -rv dest/include/* ${TOOLS_DIR}/include
 }