diff options
author | Donald Cooley <chytraeu@sdf.org> | 2019-12-09 11:24:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-09 11:24:03 +0700 |
commit | 11677d761914c44617062267f77a595548121539 (patch) | |
tree | 6e1aba6da96fa2f76179c419ef23991d0a26d30f /network/waterfox/waterfox.SlackBuild | |
parent | 5ad45e64e68f53a2954258e7a06d4a7f7d0c53b0 (diff) |
network/waterfox: Updated for version 2019.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/waterfox/waterfox.SlackBuild')
-rw-r--r-- | network/waterfox/waterfox.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/network/waterfox/waterfox.SlackBuild b/network/waterfox/waterfox.SlackBuild index a1c2976335d6..f57d33ef92b7 100644 --- a/network/waterfox/waterfox.SlackBuild +++ b/network/waterfox/waterfox.SlackBuild @@ -26,7 +26,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=waterfox -VERSION=${VERSION:-56.2.12} +SRCNAM=waterfox-classic +VERSION=${VERSION:-2019.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,7 +56,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM-$VERSION.en-US.linux-$ARCH.tar.?z* +tar xvf $CWD/$SRCNAM-$VERSION.en-US.linux-$ARCH.tar.?z* cd $PRGNAM chown -R root:root . find -L . \ |