summaryrefslogtreecommitdiff
path: root/pcr/mosquitto/binmerge.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-07 12:26:35 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-07 12:26:35 -0500
commit4dc254336ce8c3146c786fedebc833ebe4a924cc (patch)
tree599bc1ef1d0a35b8895b14a3b59d67e448bd4681 /pcr/mosquitto/binmerge.patch
parent92605fa897a370aa4ec29d4385c74e5699c8621c (diff)
downloadabslibre-4dc254336ce8c3146c786fedebc833ebe4a924cc.tar.gz
abslibre-4dc254336ce8c3146c786fedebc833ebe4a924cc.tar.bz2
abslibre-4dc254336ce8c3146c786fedebc833ebe4a924cc.zip
mosquitto-1.4.2-1: updating version
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
-