You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
299 B
Diff
15 lines
299 B
Diff
Description: Install to /usr instead of /usr/local
|
|
Author: Roger Light <roger@atchoo.org>
|
|
Forwarded: not-needed
|
|
--- a/config.mk
|
|
+++ b/config.mk
|
|
@@ -266,7 +266,7 @@
|
|
endif
|
|
|
|
INSTALL?=install
|
|
-prefix=/usr/local
|
|
+prefix=/usr
|
|
mandir=${prefix}/share/man
|
|
localedir=${prefix}/share/locale
|
|
STRIP?=strip
|