Add missing udev bootscript for stage2
[hvlinux.git] / stage2 / pkg / findutils
index fcb4b36..715d4d4 100644 (file)
@@ -2,8 +2,7 @@
 
 hvconfig_pre()
 {
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
+    CONFIGURE_OPTS+=" \
         --libexecdir=/usr/lib/findutils \
         --localstatedir=/var/lib/locate"
 }