summaryrefslogtreecommitdiff
path: root/system/linuxconsoletools/linuxconsoletools-1.4.4.patch
diff options
context:
space:
mode:
authorRoberto Neri <rneri@libero.it>2012-12-11 18:39:46 +0100
committerdsomero <xgizzmo@slackbuilds.org>2012-12-11 16:23:09 -0500
commite687f709d9f36824205a6c8d43769bd8bf7d49d2 (patch)
treeaaf649892d995357f2fa699d25257221a40b4a12 /system/linuxconsoletools/linuxconsoletools-1.4.4.patch
parent0a1d7dfbb95ddb69b43833817b90425b0fda3247 (diff)
downloadslackbuilds-e687f709d9f36824205a6c8d43769bd8bf7d49d2.tar.gz
system/linuxconsoletools: Updated for version 1.4.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/linuxconsoletools/linuxconsoletools-1.4.4.patch')
-rw-r--r--system/linuxconsoletools/linuxconsoletools-1.4.4.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/linuxconsoletools/linuxconsoletools-1.4.4.patch b/system/linuxconsoletools/linuxconsoletools-1.4.4.patch
new file mode 100644
index 0000000000..b9a1a72313
--- /dev/null
+++ b/system/linuxconsoletools/linuxconsoletools-1.4.4.patch
@@ -0,0 +1,13 @@
+diff -ru linuxconsoletools-1.4.4.orig/docs/Makefile linuxconsoletools-1.4.4/docs/Makefile
+--- linuxconsoletools-1.4.4.orig/docs/Makefile 2011-12-15 16:49:01.000000000 +0100
++++ linuxconsoletools-1.4.4/docs/Makefile 2012-12-11 08:46:08.276507553 +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