]> andersk Git - gssapi-openssh.git/commitdiff
o Add usage comments to both scripts.
authorcphillip <cphillip>
Wed, 2 Apr 2003 20:19:48 +0000 (20:19 +0000)
committercphillip <cphillip>
Wed, 2 Apr 2003 20:19:48 +0000 (20:19 +0000)
bundle/make-bin-bundle
bundle/make-src-bundle

index 7bac339f433c63b8012f8b1aacae42e3133775dc..4346ad887582aaa4e5ca11b2d9c001cf0e0c0aa3 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/sh
+#
+# Usage: ./make-bin-bundle
+#
 
 NAME="gsi_openssh_bundle-2.1-i686-pc-linux-gnu.tar.gz"
 
index ad7218804cde35a84aef94b9cebe049169d2e62f..09eec718a44028181974b944907a95513ae7bd45 100755 (executable)
@@ -1,8 +1,10 @@
 #!/bin/sh
 #
+# Usage: ./make-src-bundle <pathToSourcePackages>
+#
 
 NAME="gsi_openssh_bundle-2.1-src.tar.gz"
 
 if [ ! -e $NAME ]; then
-    $GPT_LOCATION/sbin/gpt-bundle -srcdir=../s0_srcpkgs -output=$NAME -xml=gsi_openssh_bundle-src.xml
+    $GPT_LOCATION/sbin/gpt-bundle -srcdir=$1 -output=$NAME -xml=gsi_openssh_bundle-src.xml
 fi
This page took 0.045304 seconds and 5 git commands to generate.