diff options
author | pomfland <pomfland@tfwno.gf> | 2015-09-01 09:27:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-01 09:27:15 +0700 |
commit | 1c2c363e5eb59eb69612b1cedc7a9c8c58429668 (patch) | |
tree | 4719db8e3439d2ca528a1e4f88e46c03eb70f3f8 /network/palemoon/palemoon.SlackBuild | |
parent | 01b8dca019095a850d6ceda0fdc7ea2220a1a39c (diff) | |
download | slackbuilds-1c2c363e5eb59eb69612b1cedc7a9c8c58429668.tar.gz |
network/palemoon: Updated for version 25.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/palemoon/palemoon.SlackBuild')
-rw-r--r-- | network/palemoon/palemoon.SlackBuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/network/palemoon/palemoon.SlackBuild b/network/palemoon/palemoon.SlackBuild index 7210f871e2..e323143d12 100644 --- a/network/palemoon/palemoon.SlackBuild +++ b/network/palemoon/palemoon.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=palemoon -VERSION=${VERSION:-25.6.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-25.7.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -67,6 +67,12 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# use system hunspell if user wants it +if [[ $USE_SYSTEM_SPELLCHECK == "yes" ]]; then + rm -rf palemoon/dictionaries + ln -sv /usr/share/hunspell palemoon/dictionaries +fi + # create directories mkdir -p $PKG/opt mkdir -p $PKG/usr/bin |