diff options
author | Tom Canich <tcanich@canich.net> | 2010-05-12 23:28:17 +0200 |
---|---|---|
committer | Chess Griffin <chess@slackbuilds.org> | 2010-05-12 23:28:17 +0200 |
commit | 045acf5134803e25185e794c7bd703c254100f70 (patch) | |
tree | e299d96cb06fa394235faa4873f2f871a55a4eb8 /desktop/dwm/patches | |
parent | cc1a947b2ad3dd8fd7186201aea2b9ed4cc1d56f (diff) | |
download | slackbuilds-045acf5134803e25185e794c7bd703c254100f70.tar.gz |
desktop/dwm: Added to 12.2 repository
Diffstat (limited to 'desktop/dwm/patches')
-rw-r--r-- | desktop/dwm/patches/config_mk.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/dwm/patches/config_mk.patch b/desktop/dwm/patches/config_mk.patch new file mode 100644 index 0000000000..bc5cea3094 --- /dev/null +++ b/desktop/dwm/patches/config_mk.patch @@ -0,0 +1,13 @@ +--- config.mk.orig 2009-04-20 20:25:24.000000000 -0400 ++++ config.mk 2009-04-20 20:25:38.000000000 -0400 +@@ -4,8 +4,8 @@ + # Customize below to fit your system + + # paths +-PREFIX = /usr/local +-MANPREFIX = ${PREFIX}/share/man ++PREFIX = /usr ++MANPREFIX = ${PREFIX}/man + + X11INC = /usr/X11R6/include + X11LIB = /usr/X11R6/lib |