Fix invalid installation location for p7zip
[hvlinux.git] / stage3 / pkg / p7zip
index 9821a3f..d8063d0 100644 (file)
@@ -2,6 +2,7 @@
 
 hvbuild()
 {
-    ${HVMAKE}
-    ${HVMAKE} -n DEST_HOME=/usr install
+    ${HVMAKE} all3
+    ${HVMAKE} DEST_HOME=/usr \
+        DEST_MAN=/usr/share/man install
 }