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.
mosquitto/debian/patches/fix-prefix.patch

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
@@ -241,7 +241,7 @@
endif
INSTALL?=install
-prefix=/usr/local
+prefix=/usr
mandir=${prefix}/share/man
localedir=${prefix}/share/locale
STRIP?=strip