summaryrefslogtreecommitdiff
path: root/pcr/mosquitto/usr_move.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-18 19:21:59 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-18 19:21:59 -0300
commit95a38ad9f37dcfa806f90879bccbccc3c1adae85 (patch)
tree648a16d379479e757011826b17bf86928a0f34c8 /pcr/mosquitto/usr_move.patch
parent01f574d3db4fb3b74bc43b1c8743c886ea203c6f (diff)
parent8452da624e99b276d0f8da2e6c6900915fc15546 (diff)
downloadabslibre-95a38ad9f37dcfa806f90879bccbccc3c1adae85.tar.gz
abslibre-95a38ad9f37dcfa806f90879bccbccc3c1adae85.tar.bz2
abslibre-95a38ad9f37dcfa806f90879bccbccc3c1adae85.zip
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'pcr/mosquitto/usr_move.patch')
-rw-r--r--pcr/mosquitto/usr_move.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/mosquitto/usr_move.patch b/pcr/mosquitto/usr_move.patch
new file mode 100644
index 000000000..961ab8a36
--- /dev/null
+++ b/pcr/mosquitto/usr_move.patch
@@ -0,0 +1,13 @@
+--- a/src/Makefile 2013-06-03 03:03:05.321690000 +0200
++++ b/src/Makefile 2013-06-04 03:45:13.514436898 +0200
+@@ -96,8 +96,8 @@
+ ${CC} $(CFLAGS) ${CPPFLAGS} -c $< -o $@
+
+ install : all
+- $(INSTALL) -d ${DESTDIR}$(prefix)/sbin
+- $(INSTALL) -s mosquitto ${DESTDIR}${prefix}/sbin/mosquitto
++ $(INSTALL) -d ${DESTDIR}$(prefix)/bin
++ $(INSTALL) -s mosquitto ${DESTDIR}${prefix}/bin/mosquitto
+ $(INSTALL) mosquitto_plugin.h ${DESTDIR}${prefix}/include/mosquitto_plugin.h
+ ifeq ($(WITH_TLS),yes)
+ $(INSTALL) -s mosquitto_passwd ${DESTDIR}${prefix}/bin/mosquitto_passwd