Completed transition to new ipkg method (ipkg.def), successfully booting after stage 1
[hvlinux.git] / stage2 / pkg / findutils
index 4bdfba7..fcb4b36 100755 (executable)
@@ -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()
 {