usbredir: update mandir

This commit is contained in:
Thomas Penteker 2017-08-20 23:25:03 +02:00
parent 4676239886
commit 17d2f97f44
3 changed files with 9 additions and 9 deletions

View File

@ -18,8 +18,9 @@ lrwxrwxrwx root/root usr/lib/libusbredirparser.so.1 -> libusbredirparser.so.1.0.
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libusbredirhost.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libusbredirparser-0.5.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/usbredirserver.1.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/usbredirserver
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/usbredirserver.1.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/eihIWubDtzXZQ9lg9veLg76BjeoajlZIpclFv2qj/6xUJrPqQujjwqWuUPcT8h6h4S+w/k4WyWAMCf9BcstOQA=
SHA256 (Pkgfile) = 7abaa91f4d4cb16ae1f9d8a271ca8aa30aaa870a5294411ed92b9513b11e910d
SHA256 (.footprint) = 8f09820aa308d4f06556746478aa014c22ef511d6a950af6119dcca0bb47ee36
RWSE3ohX2g5d/YcKSHnqFDquJNvEj8relU3SWjLjo1UoVPXWfx1ejEckn8QNDdpLFeBsTtPvjTHYTcI9f5Ovq4i1qN9R2es0NgI=
SHA256 (Pkgfile) = 7a02b263229e5269c5e6509303578b1074a462df3aa235af89815e52ec4db9f0
SHA256 (.footprint) = c24b0606623192b9427327da81f85256759dfe173f8c890cb78a4cbb9d307c66
SHA256 (usbredir-0.7.1.tar.bz2) = 407e9e27a1369f01264d5501ffbe88935ddd7d5de675f5835db05dc9c9ac56f3

View File

@ -9,9 +9,8 @@ release=1
source=(http://spice-space.org/download/usbredir/usbredir-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
cd $name-$version
./configure --prefix=/usr
make
make install DESTDIR=$PKG