X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Ffindutils;h=fcb4b36b283149f3341db1b7bf51ff180b64ad49;hb=3a7685561df0a4d80e727e5b26fbf413ad0586f2;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..fcb4b36 --- a/stage2/pkg/findutils +++ b/stage2/pkg/findutils @@ -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() {