summaryrefslogtreecommitdiffstats
path: root/network/waterfox/waterfox.SlackBuild
diff options
context:
space:
mode:
author Donald Cooley2018-02-04 20:03:16 +0100
committer Willy Sudiarto Raharjo2018-02-10 02:09:29 +0100
commit103b8e2a1ed59dd7c40fe47e5faaa5cb1a0d5ef2 (patch)
tree18616a4d4dbef8ab7938f309a93a9fabddc470e5 /network/waterfox/waterfox.SlackBuild
parentdcabfaca70d4e2c8bf301ed165ba3577ca20cc8c (diff)
downloadslackbuilds-103b8e2a1ed59dd7c40fe47e5faaa5cb1a0d5ef2.tar.gz
network/waterfox: Updated for version 56.0.4.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/waterfox/waterfox.SlackBuild')
-rw-r--r--network/waterfox/waterfox.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/network/waterfox/waterfox.SlackBuild b/network/waterfox/waterfox.SlackBuild
index 74ce34b85c..97a262d789 100644
--- a/network/waterfox/waterfox.SlackBuild
+++ b/network/waterfox/waterfox.SlackBuild
@@ -26,8 +26,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=waterfox
-VERSION=${VERSION:-56.0.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-56.0.4.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -68,8 +68,7 @@ find -L . \
mkdir -p $PKG/opt/waterfox
cp -vr * $PKG/opt/waterfox
-# Link stuff
-## binary
+# Link Waterfox binary to /usr/bin
mkdir -p $PKG/usr/bin
ln -s /opt/waterfox/waterfox $PKG/usr/bin/waterfox