X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Flinux;h=19781c78d2b62d2af2699ea0b3ff8a78e14c8835;hb=6ef29aea0134cb6e7e3f34233495b4d68818668f;hp=65e9be0a0a179694680b87ead0bfe96ae8add841;hpb=b5bfb2006502b57fab234345a2393fd04e6d55ad;p=hvlinux.git diff --git a/stage0/pkg/linux b/stage0/pkg/linux index 65e9be0..19781c7 100644 --- a/stage0/pkg/linux +++ b/stage0/pkg/linux @@ -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 }