summaryrefslogtreecommitdiffstats
path: root/desktop/dwm/dwm.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen2014-02-04 17:42:53 +0100
committer Erik Hanson2014-02-08 18:10:09 +0100
commitc35cf591c7103745b1096559bbb4a348c5bb6994 (patch)
tree401131bbe1646bc0d80a4326c454ac35f4891495 /desktop/dwm/dwm.SlackBuild
parentc29d193bb20dd4823fc2e6b0215abac442c720ca (diff)
downloadslackbuilds-c35cf591c7103745b1096559bbb4a348c5bb6994.tar.gz
desktop/dwm: Clarify use of custom patches.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dwm/dwm.SlackBuild')
-rw-r--r--desktop/dwm/dwm.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/dwm/dwm.SlackBuild b/desktop/dwm/dwm.SlackBuild
index 6222d57246..aad7302fde 100644
--- a/desktop/dwm/dwm.SlackBuild
+++ b/desktop/dwm/dwm.SlackBuild
@@ -74,8 +74,9 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
mv config.def.h config.h
-## Per community request, this section has been restored for
-## those that wish to include custom patches. -Ryan
+### Per community request, this section has been restored
+### for those that wish to include custom patches.
+### The patches/ directory must be created. -Ryan
#for i in $(ls $CWD/patches); do
# patch -p0 < $CWD/patches/$i
#done