package name

This commit is contained in:
Gwenhael Le Moine 2017-03-01 11:52:51 +01:00
parent 46f34d4752
commit 1d0bcadd9c

View file

@ -4,7 +4,7 @@ CWD=$(pwd)
TAG=cyco
OUTPUT=/tmp
TMP=${TMP:-/tmp}
PKG=$TMP/pkg-mozilla-firefox
PKG=$TMP/pkg-mozilla-firefox-aurora
# This is not a source build script. Rather, it builds a Slackware
# package from the official binary tarball available from mozilla.org.
@ -92,4 +92,4 @@ EOF
cd $PKG
VERSION=${VERSION}_$(cat $PKG/usr/lib$LIBSUFFIX/firefox/platform.ini | grep BuildID | cut -d= -f2)
makepkg -l y -c n $OUTPUT/mozilla-firefox-$VERSION-$ARCH-$BUILD$TAG.txz
makepkg -l y -c n $OUTPUT/mozilla-firefox-aurora-$VERSION-$ARCH-$BUILD$TAG.txz