From: Shawn Routhier Date: Wed, 11 Apr 2012 02:39:17 +0000 (+0000) Subject: Add remote to the kit.sh call X-Git-Tag: v4_3_0a1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e7ccb0df712a6b7fca18446281ba65009896a2;p=thirdparty%2Fdhcp.git Add remote to the kit.sh call --- diff --git a/util/bind.sh b/util/bind.sh index 94653c5fb..3a83b51f2 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: bind.sh,v 1.28 2012/04/11 01:51:35 sar Exp $ +# $Id: bind.sh,v 1.29 2012/04/11 02:39:17 sar Exp $ # Get the bind distribution for the libraries # This script is used to build the DHCP distribution and shouldn't be shipped @@ -95,7 +95,7 @@ git archive --format tar $remote master:util/ | tar xf - kit.sh # setting up the bind directory we will use for building # the export libraries echo Creating tarball for $BINDTAG -sh kit.sh $SNAP $BINDTAG $binddir +sh kit.sh $remote $SNAP $BINDTAG $binddir . ./version.tmp