diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 21:22:31 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 21:22:31 -0600 |
commit | 22bb08c499e1b9bd148c1af2814b268aa3371be1 (patch) | |
tree | 6c7a41ba5a2f634605b4fec100fb3065e28c5740 /desktop/openbox/openbox.SlackBuild | |
parent | 4b40a17caa7c0419007ad1150d667bfb00f25b00 (diff) | |
download | slackbuilds-22bb08c499e1b9bd148c1af2814b268aa3371be1.tar.gz |
desktop/openbox: Poke consolekit in xinitrc
This commit includes a few other minor (mostly aesthetic)
tweaks to the xinitrc files.
Also note that I did not use ck-launch-session in the
kde- and gnome-specific xinitrc files; that's because
the kde/gnome session manager should have already taken
care of the needed bits in those cases.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/openbox/openbox.SlackBuild')
-rw-r--r-- | desktop/openbox/openbox.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/openbox/openbox.SlackBuild b/desktop/openbox/openbox.SlackBuild index ff1e76495f..cbfeacbca8 100644 --- a/desktop/openbox/openbox.SlackBuild +++ b/desktop/openbox/openbox.SlackBuild @@ -28,15 +28,13 @@ PRGNAM=openbox VERSION=${VERSION:-3.4.11} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -58,7 +56,7 @@ OUTPUT=${OUTPUT:-/tmp} KXINIT=${KXINIT:-NO} GXINIT=${GXINIT:-NO} -DOCS="ABOUT-NLS AUTHORS CHANGELOG COMPLIANCE COPYING README" +DOCS="AUTHORS CHANGELOG COMPLIANCE COPYING README" if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" |