mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
package name
This commit is contained in:
parent
46f34d4752
commit
1d0bcadd9c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue