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