X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Ffindutils;h=715d4d4c31724e8ca683171ed551592fb2ee66ac;hb=dfcb05c4cac2fdf0716aa4ca5cc412960aada01b;hp=4bdfba71c8709bd91fc794428fcb6d532cbb375f;hpb=b5bfb2006502b57fab234345a2393fd04e6d55ad;p=hvlinux.git diff --git a/stage2/pkg/findutils b/stage2/pkg/findutils old mode 100755 new mode 100644 index 4bdfba7..715d4d4 --- a/stage2/pkg/findutils +++ b/stage2/pkg/findutils @@ -1,9 +1,11 @@ #!/bin/bash -CONFIGURE_OPTS="\ - --libexecdir=/usr/lib/findutils \ - --localstatedir=/var/lib/locate \ - ${CONFIGURE_OPTS}" +hvconfig_pre() +{ + CONFIGURE_OPTS+=" \ + --libexecdir=/usr/lib/findutils \ + --localstatedir=/var/lib/locate" +} hvbuild_post() {