diff options
Diffstat (limited to 'network/waterfox/waterfox.SlackBuild')
-rw-r--r-- | network/waterfox/waterfox.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/network/waterfox/waterfox.SlackBuild b/network/waterfox/waterfox.SlackBuild index 74ce34b85c9c3..97a262d789c98 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 |