Stage2 semble compléter ok
[hvlinux.git] / stage2 / pkg / findutils
old mode 100755 (executable)
new mode 100644 (file)
index 4bdfba7..fcb4b36
@@ -1,9 +1,12 @@
 #!/bin/bash
 
-CONFIGURE_OPTS="\
-    --libexecdir=/usr/lib/findutils \
-    --localstatedir=/var/lib/locate \
-    ${CONFIGURE_OPTS}"
+hvconfig_pre()
+{
+    CONFIGURE_OPTS="\
+        ${CONFIGURE_OPTS} \
+        --libexecdir=/usr/lib/findutils \
+        --localstatedir=/var/lib/locate"
+}
 
 hvbuild_post()
 {