diff options
author | Grigorios Bouzakis <grbzks@xsmail.com> | 2013-04-23 20:47:03 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:27:50 -0300 |
commit | 4e6cfd21fec6f06de595a22dc64363c8694f8f09 (patch) | |
tree | d286f04ba26bb552c07c3a4221663dbdd8575656 /desktop/ratpoison/ratpoison.SlackBuild | |
parent | bd66b1e4407a6c09866c535187674e3bfe2435a3 (diff) | |
download | slackbuilds-4e6cfd21fec6f06de595a22dc64363c8694f8f09.tar.gz |
desktop/ratpoison: Updated for version 1.4.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/ratpoison/ratpoison.SlackBuild')
-rw-r--r-- | desktop/ratpoison/ratpoison.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/desktop/ratpoison/ratpoison.SlackBuild b/desktop/ratpoison/ratpoison.SlackBuild index 5525fa14d9..0b20d51b0e 100644 --- a/desktop/ratpoison/ratpoison.SlackBuild +++ b/desktop/ratpoison/ratpoison.SlackBuild @@ -2,10 +2,11 @@ # Slackware build script for ratpoison # Written by Grigorios Bouzakis (grbzks@xsmail.com) +# Updated by Ellington Santos aka necropresto (ellingtonsantos@gmail.com) PRGNAM=ratpoison -VERSION=${VERSION:-1.4.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.4.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -50,9 +51,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix the docdir declaration -patch -p1 < $CWD/ratpoison-1.4.5-fixup_docdir.diff - # Set the terminal emulator to be used as default by ratpoison # The default is xterm if it's not specified in ./configure, so # we'll leave it that way here. You can specify rxvt or something |