diff options
author | Roberto Neri <rneri@libero.it> | 2011-04-08 21:23:05 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-08 21:23:05 -0500 |
commit | 94be40ff8e662c0e59347dfb6c706d4529ab43e8 (patch) | |
tree | ba6464c96d3ece4f0c8abfa8c75b7a713624ab06 /system/linuxconsoletools/linuxconsoletools-1.4rc1.diff | |
parent | 10792ab8044b16b48ce8d4fc25756b54e23a85b6 (diff) |
system/linuxconsoletools: Added (joystick utilities)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/linuxconsoletools/linuxconsoletools-1.4rc1.diff')
-rw-r--r-- | system/linuxconsoletools/linuxconsoletools-1.4rc1.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/linuxconsoletools/linuxconsoletools-1.4rc1.diff b/system/linuxconsoletools/linuxconsoletools-1.4rc1.diff new file mode 100644 index 0000000000000..6bd00c2eb4726 --- /dev/null +++ b/system/linuxconsoletools/linuxconsoletools-1.4rc1.diff @@ -0,0 +1,13 @@ +diff -ur linuxconsoletools-1.4rc1.orig//docs/Makefile linuxconsoletools-1.4rc1/docs/Makefile +--- linuxconsoletools-1.4rc1.orig//docs/Makefile 2011-04-04 07:20:32.000000000 +0200 ++++ linuxconsoletools-1.4rc1/docs/Makefile 2011-04-06 09:09:39.269000004 +0200 +@@ -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 |