Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage3 / pkg / colordiff
index 78c8393..3a5231c 100644 (file)
@@ -2,8 +2,10 @@
 
 hvbuild()
 {
-    PREFIX=/usr make -C ${LFS_TMP}/${PACKAGE} install
+    make PREFIX=/usr install
+}
 
+hvbuild_post()
+{
     install -v -m644 ${SCRDIR}/misc/colordiffrc /etc
 }
-