X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fgzip;h=3043737a35413bfc9e6a1ce7e1005bff8cfbb98c;hb=22ec65898211b590bfbbf2f25c604169c456d15d;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..3043737 --- a/stage2/pkg/gzip +++ b/stage2/pkg/gzip @@ -1,8 +1,9 @@ #!/bin/bash -CONFIGURE_OPTS="\ - --bindir=/bin - ${CONFIGURE_OPTS}" +hvconfig_pre() +{ + CONFIGURE_OPTS+=" --bindir=/bin" +} hvbuild_post() {