diff options
Diffstat (limited to 'desktop/dwm/dwm.SlackBuild')
-rw-r--r-- | desktop/dwm/dwm.SlackBuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/desktop/dwm/dwm.SlackBuild b/desktop/dwm/dwm.SlackBuild index 7b8ccd9041..ea2c5a2696 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 \ |