diff options
author | Pierre Cazenave <pwcazenave at gmail {dot} com> | 2010-05-13 00:57:43 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:57:43 +0200 |
commit | 03e2d721f282c0b8f83e4ec053ed63f29addc826 (patch) | |
tree | 94240fd1be20b0f25ada3928249eccc7cb8ae04a /desktop/vwm/patches/vwm-2.0.2-Makefile.patch | |
parent | 6b837eb4ee747a5aadd004bb61bd613470612774 (diff) | |
download | slackbuilds-03e2d721f282c0b8f83e4ec053ed63f29addc826.tar.gz |
desktop/vwm: Added to 13.0 repository
Diffstat (limited to 'desktop/vwm/patches/vwm-2.0.2-Makefile.patch')
-rw-r--r-- | desktop/vwm/patches/vwm-2.0.2-Makefile.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/desktop/vwm/patches/vwm-2.0.2-Makefile.patch b/desktop/vwm/patches/vwm-2.0.2-Makefile.patch new file mode 100644 index 0000000000..7790ed5817 --- /dev/null +++ b/desktop/vwm/patches/vwm-2.0.2-Makefile.patch @@ -0,0 +1,20 @@ +--- 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 |