summaryrefslogtreecommitdiff
path: root/pcr/mosquitto/binmerge.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/mosquitto/binmerge.patch
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/mosquitto/binmerge.patch')
-rw-r--r--pcr/mosquitto/binmerge.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/mosquitto/binmerge.patch b/pcr/mosquitto/binmerge.patch
deleted file mode 100644
index d6d79041d..000000000
--- a/pcr/mosquitto/binmerge.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/Makefile.orig 2013-06-03 12:23:15.288586121 -0300
-+++ src/Makefile 2013-06-03 12:23:29.455571403 -0300
-@@ -90,15 +90,15 @@
- ${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
- endif
-
- uninstall :
-- -rm -f ${DESTDIR}${prefix}/sbin/mosquitto
-+ -rm -f ${DESTDIR}${prefix}/bin/mosquitto
- -rm -f ${DESTDIR}${prefix}/include/mosquitto_plugin.h
- -rm -f ${DESTDIR}${prefix}/bin/mosquitto_passwd
-