summaryrefslogtreecommitdiffstats
path: root/desktop/vwm/patches/vwm-2.0.2-Makefile.patch
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-08-25 16:51:11 -0400
committer B. Watson <yalhcru@gmail.com>2017-08-25 20:01:08 -0400
commitc11f05ff4a0630ada6307009c32cc0075f35effe (patch)
tree11e737302a0935a2ea57919062662d8f8e73f7b4 /desktop/vwm/patches/vwm-2.0.2-Makefile.patch
parent2d78f9172ba57e05ae1d01598152b2a1a889e081 (diff)
downloadslackbuilds-c11f05ff4a0630ada6307009c32cc0075f35effe.tar.gz
slackbuilds-c11f05ff4a0630ada6307009c32cc0075f35effe.tar.xz
desktop/vwm: Updated for version 2.1.3, new maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'desktop/vwm/patches/vwm-2.0.2-Makefile.patch')
-rw-r--r--desktop/vwm/patches/vwm-2.0.2-Makefile.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/desktop/vwm/patches/vwm-2.0.2-Makefile.patch b/desktop/vwm/patches/vwm-2.0.2-Makefile.patch
deleted file mode 100644
index 7790ed5817..0000000000
--- a/desktop/vwm/patches/vwm-2.0.2-Makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig 2009-05-22 14:47:31.000000000 +0100
-+++ Makefile 2009-05-22 15:54:30.000000000 +0100
-@@ -8,7 +8,7 @@
- includedir = ${prefix}/include -I./
- bindir = ${prefix}/bin
- headerdir = ${prefix}/include
--moddir = /usr/lib/vwm/modules
-+moddir = ${libdir}/vwm/modules
-
- makefile: all
-
-@@ -32,7 +32,7 @@
- rm -f vwm
-
- install:
-- mkdir -p $(moddir)
-+ mkdir -p $(moddir) $(bindir) $(headerdir) $(libdir)
- chmod 644 vwm.h
- cp -f vwm.h $(headerdir)
- chmod 755 vwm