Remove configure options from custom scripts
[hvlinux.git] / stage2 / pkg / findutils
index fcb4b36..e64d8ff 100644 (file)
@@ -1,13 +1,5 @@
 #!/bin/bash
 
-hvconfig_pre()
-{
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
-        --libexecdir=/usr/lib/findutils \
-        --localstatedir=/var/lib/locate"
-}
-
 hvbuild_post()
 {
     # Some of the scripts in the LFS-Bootscripts package depend on find. As