diff --git a/mktconfpy b/mktconfpy index 0bdcd7f..f0a1cd5 100755 --- a/mktconfpy +++ b/mktconfpy @@ -1,6 +1,6 @@ #!/bin/sh # Build a release of tconfpy -# $Id: mktconfpy,v 1.105 2004/04/05 08:47:00 tundra Exp $ +# $Id: mktconfpy,v 1.106 2004/04/05 08:51:17 tundra Exp $ COLOR= #COLOR=--color @@ -11,7 +11,7 @@ # Check Command Line Args -DIR="tconfpy-"$1 +DIR="py-tconfpy-"$1 if [ $# -ne 1 ] then @@ -57,7 +57,8 @@ mv *.gz $DIR rlog $PROGFILE >$DIR/CHANGELOG.txt flip -vm $DIR/*txt -tar -czvf py-$DIR.tar.gz py-$DIR + +tar -czvf $DIR.tar.gz $DIR mv $DIR.tar.gz Releases # Remove Working Directory