From c35cf591c7103745b1096559bbb4a348c5bb6994 Mon Sep 17 00:00:00 2001 From: Ryan P.C. McQuen Date: Tue, 4 Feb 2014 23:42:53 +0700 Subject: desktop/dwm: Clarify use of custom patches. Signed-off-by: Willy Sudiarto Raharjo --- desktop/dwm/README.CONFIG | 7 ++++--- desktop/dwm/dwm.SlackBuild | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'desktop') diff --git a/desktop/dwm/README.CONFIG b/desktop/dwm/README.CONFIG index 0c8eaecaf2..1362b2c5fe 100644 --- a/desktop/dwm/README.CONFIG +++ b/desktop/dwm/README.CONFIG @@ -21,9 +21,10 @@ dwm draws a small border around windows to indicate their focus state. CUSTOMIZATION ------------- -Place patches in patches/ . Any files in this directory will be -applied before the build. If you wish to make changes to the default -keybindings or other settings, produce a patch against config.h. +Place patches in patches/ (this directory is not included by default). +Any files in this directory will be applied before the build. +If you wish to make changes to the default keybindings or other +settings, produce a patch against config.h. config.h is a copy of config.def.h distributed with the source tarball. 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 -- cgit v1.2.3