diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2014-01-11 08:43:19 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:58 -0600 |
commit | d3f5cbed2d0ce0c8fea356cfd55cb544da1440be (patch) | |
tree | 09b0b90bfbd5d8e7be7d84b528ef95ec567dcc92 /desktop/dwm/dwm.SlackBuild | |
parent | 97cf4a77b51945b78710e211f442b299140b0b34 (diff) | |
download | slackbuilds-d3f5cbed2d0ce0c8fea356cfd55cb544da1440be.tar.gz |
desktop/dwm: Restore patches directory.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dwm/dwm.SlackBuild')
-rw-r--r-- | desktop/dwm/dwm.SlackBuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/desktop/dwm/dwm.SlackBuild b/desktop/dwm/dwm.SlackBuild index 10cd5081d3..6222d57246 100644 --- a/desktop/dwm/dwm.SlackBuild +++ b/desktop/dwm/dwm.SlackBuild @@ -17,14 +17,14 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of Tom Canich nor the names of other contributors +# * Neither the name of Ryan P.C. McQuen nor the names of other contributors # may be used to endorse or promote products derived from this # software without specific prior written permission. # -# THIS SOFTWARE IS PROVIDED BY Tom Canich ''AS IS'' AND ANY EXPRESS OR IMPLIED +# THIS SOFTWARE IS PROVIDED BY Ryan P.C. McQuen ''AS IS'' AND ANY EXPRESS OR IMPLIED # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN -# NO EVENT SHALL Tom Canich BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# NO EVENT SHALL Ryan P.C. McQuen BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR # PROFITS; OR BUSINESS # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF @@ -74,6 +74,12 @@ 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 +#for i in $(ls $CWD/patches); do +# patch -p0 < $CWD/patches/$i +#done + make \ OPTS="$SLKCFLAGS" \ PREFIX=/usr \ |