summaryrefslogtreecommitdiff
path: root/system/linuxconsoletools/linuxconsoletools-1.4.2.diff
diff options
context:
space:
mode:
authorRoberto Neri <rneri@libero.it>2011-12-11 23:26:58 -0600
committerNiels Horn <niels.horn@slackbuilds.org>2011-12-18 00:07:46 -0200
commit1ee0a21c5ac8f7f4183401b5664c64f8302cfade (patch)
treeeaa54f6fd8867dcc851dfd6fa4c4ef116d24821c /system/linuxconsoletools/linuxconsoletools-1.4.2.diff
parentaf19b2e74b544d59fd711a4215c261f5ceb2ad61 (diff)
downloadslackbuilds-1ee0a21c5ac8f7f4183401b5664c64f8302cfade.tar.gz
system/linuxconsoletools: Updated for version 1.4.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/linuxconsoletools/linuxconsoletools-1.4.2.diff')
-rw-r--r--system/linuxconsoletools/linuxconsoletools-1.4.2.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/linuxconsoletools/linuxconsoletools-1.4.2.diff b/system/linuxconsoletools/linuxconsoletools-1.4.2.diff
new file mode 100644
index 0000000000..16860cb5d8
--- /dev/null
+++ b/system/linuxconsoletools/linuxconsoletools-1.4.2.diff
@@ -0,0 +1,13 @@
+diff -ur linuxconsoletools-1.4.2.orig//docs/Makefile linuxconsoletools-1.4.2/docs/Makefile
+--- linuxconsoletools-1.4.2.orig//docs/Makefile 2011-04-05 09:10:57.000000000 +0200
++++ linuxconsoletools-1.4.2/docs/Makefile 2011-11-04 10:42:19.097000004 +0100
+@@ -26,7 +26,7 @@
+ PREFIX ?= /usr/local
+
+ install:
+- install -d $(DESTDIR)$(PREFIX)/share/man/man1
+- install $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1
++ install -d $(DESTDIR)$(PREFIX)/man/man1
++ install $(MANPAGES) $(DESTDIR)$(PREFIX)/man/man1
+
+ .PHONY: install