Move icu from stage5 to stage2
[hvlinux.git] / stage2 / pkg / man-pages
index 823d701..b99d563 100644 (file)
@@ -1,9 +1,6 @@
 #!/bin/bash
 
-HV_NO_CONFIGURE_SCRIPT=1
-
 hvbuild()
 {
-    cd ${LFS_TMP}/${PACKAGE}
-    make install
+    make -C ${LFS_TMP}/${PACKAGE} install
 }