diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2015-11-03 21:39:30 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-07 10:33:34 +0700 |
commit | 768142843f7f29488d728505566b7325e2788eaa (patch) | |
tree | dc34d5d64febecd864ccb94209b614468166bf75 /network/pentadactyl | |
parent | 2d9e45b0d702db4db7920aacb630931df23e781a (diff) | |
download | slackbuilds-768142843f7f29488d728505566b7325e2788eaa.tar.gz |
network/pentadactyl: Updated to work with Firefox 42.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'network/pentadactyl')
-rw-r--r-- | network/pentadactyl/pentadactyl.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/pentadactyl/pentadactyl.SlackBuild b/network/pentadactyl/pentadactyl.SlackBuild index 1e196a09b1..86141fe47f 100644 --- a/network/pentadactyl/pentadactyl.SlackBuild +++ b/network/pentadactyl/pentadactyl.SlackBuild @@ -64,6 +64,7 @@ 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 {} \; +sed -i "s/maxVersion=\"41/maxVersion=\"42/g" pentadactyl/install.rdf make -C $PRGNAM xpi # Get the currently installed Firefox version (handle the case where multiple versions |