mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
e687f709d9
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
13 lines
529 B
Diff
13 lines
529 B
Diff
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
|