aboutsummaryrefslogtreecommitdiff
path: root/desktop/dwm/dwm.SlackBuild
diff options
context:
space:
mode:
authorRyan P.C. McQuen <ryanpcmcquen@gmail.com>2014-04-19 00:04:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:51:44 +0700
commit12ecec5704e4387556df5122fff48664c6abe030 (patch)
tree7e9935ed1500e0dfbea323f6682f75e72328017b /desktop/dwm/dwm.SlackBuild
parenta3cd5c9820ec5b7f78d7296f47259d7cd07c6313 (diff)
desktop/dwm: Add sample patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dwm/dwm.SlackBuild')
-rw-r--r--desktop/dwm/dwm.SlackBuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/desktop/dwm/dwm.SlackBuild b/desktop/dwm/dwm.SlackBuild
index 7b8ccd9041926..ea2c5a2696aa8 100644
--- a/desktop/dwm/dwm.SlackBuild
+++ b/desktop/dwm/dwm.SlackBuild
@@ -2,8 +2,9 @@
# Slackware build script for dwm
-# Copyright (c) 2014 Ryan P.C. McQuen, with permission of original
-# maintainer Tom Canich.
+# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com
+#
+# With permission of original maintainer Tom Canich.
# All rights reserved.
# Copyright (c) 2009,2011 Tom Canich, State College, Pennsylvania, USA
@@ -76,11 +77,15 @@ mv config.def.h config.h
### Per community request, this section has been restored
### for those that wish to include custom patches.
-### The patches/ directory must be created. -Ryan
+### A sample patch is included in the patches/ directory
+### that will change the default terminal from 'uxterm'
+### to 'st'. -Ryan
+#
#for i in $(ls $CWD/patches); do
# patch -p0 < $CWD/patches/$i
#done
+
make \
OPTS="$SLKCFLAGS" \
PREFIX=/usr \