diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2012-10-07 07:20:08 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-10-07 09:17:25 -0400 |
commit | 7bd3b03bf1a0e3a0f7162372c725618dd71b261c (patch) | |
tree | 1e2d6db86577bd2f1f7f72df12c3fef9f0b4138f /desktop/subtle/subtle.SlackBuild | |
parent | 1f5cb51154253809765445c734507d84b550b325 (diff) | |
download | slackbuilds-7bd3b03bf1a0e3a0f7162372c725618dd71b261c.tar.gz |
desktop/subtle: Fix consolekit xinitrc, cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/subtle/subtle.SlackBuild')
-rw-r--r-- | desktop/subtle/subtle.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/subtle/subtle.SlackBuild b/desktop/subtle/subtle.SlackBuild index e398ea5cc2..010dd93f17 100644 --- a/desktop/subtle/subtle.SlackBuild +++ b/desktop/subtle/subtle.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for subtle +# Copyright 2012 Vincent Batts, Raleigh, NC, USA # Copyright 2011 Vincent Batts, vbatts@hashbangbash.com, http://hashbangbash.com/ # All rights reserved. # @@ -24,7 +25,7 @@ PRGNAM=subtle VERSION=${VERSION:-0.11.3224_xi} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCVERSION=$(echo $VERSION | tr '_' '-') @@ -59,7 +60,7 @@ find . \ rake install manprefix=/usr/man destdir=$PKG -mv $PKG/etc/xdg/subtle/subtle.rb{,.new} +mv $PKG/etc/xdg/subtle/subtle.rb $PKG/etc/xdg/subtle/subtle.rb.new install -D -m0755 -oroot $CWD/xinitrc.subtle $PKG/etc/X11/xinit/xinitrc.subtle install -D -m0644 -oroot $CWD/subtle.desktop $PKG/usr/share/xsessions/subtle.desktop |