X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fcloog;h=4891a4ce4383781701ca6db2a2a499c50a900fed;hb=582e550b16726c1391156a831baaf33c29a7a38f;hp=8e278d25c8a09a155973a9d27228cf54eeecaab4;hpb=84ffa3a4299c59046bbe6fdc6124087fbf5c5135;p=hvlinux.git diff --git a/stage0/pkg/cloog b/stage0/pkg/cloog index 8e278d2..4891a4c 100644 --- a/stage0/pkg/cloog +++ b/stage0/pkg/cloog @@ -3,5 +3,5 @@ hvconfig_post() { # Apply a sed which prevents the attempted installation of an invalid file: - sed -i '/cmake/d' ${LFS_TMP}/${PACKAGE}-build/Makefile + sed -i '/cmake/d' ${BUILD_DIR}/Makefile }