mosquitto: 1.3.1-2 -> 1.3.1-3 -- Fixed man page location

This commit is contained in:
James Mills 2014-04-22 19:20:49 +10:00
parent 84c57b506f
commit 3811e8b223
2 changed files with 18 additions and 15 deletions

View File

@ -19,20 +19,21 @@ lrwxrwxrwx root/root usr/lib/libmosquitto.so.1 -> libmosquitto.so.1.3.1
lrwxrwxrwx root/root usr/lib/libmosquittopp.so -> libmosquittopp.so.1
lrwxrwxrwx root/root usr/lib/libmosquittopp.so.1 -> libmosquittopp.so.1.3.1
-rwxr-xr-x root/root usr/lib/libmosquittopp.so.1.3.1
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mosquitto_passwd.1.gz
-rw-r--r-- root/root usr/man/man1/mosquitto_pub.1.gz
-rw-r--r-- root/root usr/man/man1/mosquitto_sub.1.gz
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/libmosquitto.3.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/mosquitto.conf.5.gz
drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/mosquitto-tls.7.gz
-rw-r--r-- root/root usr/man/man7/mqtt.7.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/mosquitto.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/mosquitto
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/mosquitto_passwd.1.gz
-rw-r--r-- root/root usr/share/man/man1/mosquitto_pub.1.gz
-rw-r--r-- root/root usr/share/man/man1/mosquitto_sub.1.gz
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/libmosquitto.3.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/mosquitto.conf.5.gz
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/mosquitto-tls.7.gz
-rw-r--r-- root/root usr/share/man/man7/mqtt.7.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/mosquitto.8.gz

View File

@ -6,15 +6,15 @@
name=mosquitto
version=1.3.1
release=2
release=3
source=(http://mosquitto.org/files/source/$name-$version.tar.gz
https://raw.github.com/binarybucks/mqttitude/master/tools/TLS/generate-CA.sh)
build() {
cd $name-$version
mkdir build && cd build
# Build
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
@ -24,6 +24,8 @@ build() {
install -m755 $SRC/generate-CA.sh $PKG/etc/mosquitto/TLS/generate-CA.sh
# Cleanup
mkdir -p $PKG/usr/man
mv $PKG/usr/share/man/* $PKG/usr/man
rm -rf $PKG/etc/mosquitto/*.example
chown -R root:root $PKG