summaryrefslogtreecommitdiffstats
path: root/desktop/vwm/patches/vwm-2.0.2-Makefile.patch
diff options
context:
space:
mode:
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