Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage3 / pkg / zip
index 8cc7696..2fbd8da 100644 (file)
@@ -2,9 +2,8 @@
 
 hvconfig_pre()
 {
-    cd ${LFS_TMP}/${PACKAGE}
     sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \
-        unix/Makefile
+        ${SRC_DIR}/unix/Makefile
 }
 
 hvbuild()