aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/mkdistfile
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox-esr/files/mkdistfile')
-rw-r--r--www/firefox-esr/files/mkdistfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox-esr/files/mkdistfile b/www/firefox-esr/files/mkdistfile
index 10cb140be958..3c3ae1744c4c 100644
--- a/www/firefox-esr/files/mkdistfile
+++ b/www/firefox-esr/files/mkdistfile
@@ -1,7 +1,7 @@
#!/bin/sh
# -*-shell-script-*-
#
-# mkdistfile -- maintainer's utility to make a firebird distfile
+# mkdistfile -- maintainer's utility to make a firefox distfile
#
# Copyright (c) 2002, Alan Eldridge
# All rights reserved.
@@ -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 firebird-$REV.tar.bz2 ..."
-tar -cjpf firebird-$REV.tar.bz2 mozilla
+status "making firefox-$REV.tar.bz2 ..."
+tar -cjpf firefox-$REV.tar.bz2 mozilla
status "done."
#EOF