Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage2 / pkg / procps
index fcd1afc..00ed609 100644 (file)
@@ -3,5 +3,5 @@
 hvconfig_pre()
 {
     # The following fixes an issue with Make 3.82:
-    sed -i -r '/^-include/s/\*(.*)/proc\1 ps\1/' ${LFS_TMP}/${PACKAGE}/Makefile
+    sed -i -r '/^-include/s/\*(.*)/proc\1 ps\1/' ${SRC_DIR}/Makefile
 }