Add glu and freeglut
[hvlinux.git] / stage0 / pkg / linux
index 65e9be0..19781c7 100644 (file)
@@ -5,8 +5,7 @@ hvbuild()
     cd ${LFS_TMP}/${PACKAGE}
 
     ${HVMAKE} mrproper
-    ${HVMAKE} ARCH=${CLFS_ARCH} headers_check
     ${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
 }