X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fgzip;h=341a13f66a847b22b736f3461f3f00228088d0c2;hb=f920c7ef750f2163b9e407cc453b192ede2c185a;hp=fa9a1cf216454184a7d2115441d324ce575b30d9;hpb=b5bfb2006502b57fab234345a2393fd04e6d55ad;p=hvlinux.git diff --git a/stage2/pkg/gzip b/stage2/pkg/gzip old mode 100755 new mode 100644 index fa9a1cf..341a13f --- a/stage2/pkg/gzip +++ b/stage2/pkg/gzip @@ -1,8 +1,11 @@ #!/bin/bash -CONFIGURE_OPTS="\ - --bindir=/bin - ${CONFIGURE_OPTS}" +hvconfig_pre() +{ + CONFIGURE_OPTS="\ + ${CONFIGURE_OPTS} \ + --bindir=/bin" +} hvbuild_post() {