diff options
Diffstat (limited to 'www/firefox/files/mkdistfile')
-rw-r--r-- | www/firefox/files/mkdistfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox/files/mkdistfile b/www/firefox/files/mkdistfile index a49174ae7b5d..10cb140be958 100644 --- a/www/firefox/files/mkdistfile +++ b/www/firefox/files/mkdistfile @@ -1,7 +1,7 @@ #!/bin/sh # -*-shell-script-*- # -# mkdistfile -- maintainer's utility to make a phoenix distfile +# mkdistfile -- maintainer's utility to make a firebird distfile # # Copyright (c) 2002, Alan Eldridge # All rights reserved. @@ -87,7 +87,7 @@ EOF ############################################################ # show version and exit ############################################################ -VERSION='$Revision$' +VERSION='$Revision: 1.1 $' VERSION=${VERSION#* }; VERSION=${VERSION% *} version() { echo "$APPNAME $VERSION" \ "Copyright (c) 2002 Alan Eldridge"; exit $1;} @@ -165,7 +165,7 @@ EOF test -d mozilla || die "No mozilla dir here." find mozilla 2>/dev/null | egrep -f $exfile | xargs rm -fr rm -f $exfile -status "making phoenix-$REV.tar.bz2 ..." -tar -cjpf phoenix-$REV.tar.bz2 mozilla +status "making firebird-$REV.tar.bz2 ..." +tar -cjpf firebird-$REV.tar.bz2 mozilla status "done." #EOF |