aboutsummaryrefslogtreecommitdiff
path: root/desktop/subtle/subtle.SlackBuild
diff options
context:
space:
mode:
authorVincent Batts <vbatts@hashbangbash.com>2012-10-07 07:20:08 +0200
committerdsomero <xgizzmo@slackbuilds.org>2012-10-07 09:17:25 -0400
commit7bd3b03bf1a0e3a0f7162372c725618dd71b261c (patch)
tree1e2d6db86577bd2f1f7f72df12c3fef9f0b4138f /desktop/subtle/subtle.SlackBuild
parent1f5cb51154253809765445c734507d84b550b325 (diff)
downloadslackbuilds-7bd3b03bf1a0e3a0f7162372c725618dd71b261c.tar.xz
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.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/subtle/subtle.SlackBuild b/desktop/subtle/subtle.SlackBuild
index e398ea5cc2a2..010dd93f17b5 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