diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-08-23 11:43:58 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-08-23 11:43:58 -0500 |
commit | a77a551daa6f26572780ac14b944eb9901c2a178 (patch) | |
tree | dd28b097024e63e41bc4a39508503d564ecfb80c /pcr/mosquitto/usr_move.patch | |
parent | 8c9d16dca525b75bd33b368ff24e1f469db6157a (diff) | |
download | abslibre-a77a551daa6f26572780ac14b944eb9901c2a178.tar.gz abslibre-a77a551daa6f26572780ac14b944eb9901c2a178.tar.bz2 abslibre-a77a551daa6f26572780ac14b944eb9901c2a178.zip |
Removing mosquitto: This package is in [community] repo
Diffstat (limited to 'pcr/mosquitto/usr_move.patch')
-rw-r--r-- | pcr/mosquitto/usr_move.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/mosquitto/usr_move.patch b/pcr/mosquitto/usr_move.patch deleted file mode 100644 index 4a5bb2e13..000000000 --- a/pcr/mosquitto/usr_move.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/src/Makefile 2015-02-18 02:44:09.000000000 +0100 -+++ a/src/Makefile 2015-02-20 17:15:30.180477359 +0100 -@@ -102,15 +102,15 @@ - ${CROSS_COMPILE}${CC} $(CFLAGS) ${CPPFLAGS} -c $< -o $@ - - install : all -- $(INSTALL) -d ${DESTDIR}$(prefix)/sbin -- $(INSTALL) -s --strip-program=${CROSS_COMPILE}${STRIP} mosquitto ${DESTDIR}${prefix}/sbin/mosquitto -+ $(INSTALL) -d ${DESTDIR}$(prefix)/bin -+ $(INSTALL) -s --strip-program=${CROSS_COMPILE}${STRIP} mosquitto ${DESTDIR}${prefix}/bin/mosquitto - $(INSTALL) mosquitto_plugin.h ${DESTDIR}${prefix}/include/mosquitto_plugin.h - ifeq ($(WITH_TLS),yes) - $(INSTALL) -s --strip-program=${CROSS_COMPILE}${STRIP} 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 - |