commit 17d2f97f442d53f7d39082da919dab18befc6ccc Author: Thomas Penteker <tek@serverop.de> Date: Sun Aug 20 23:25:03 2017 +0200 usbredir: update mandir diff --git a/usbredir/.footprint b/usbredir/.footprint index 8f057ce69..3ab953a9a 100644 --- a/usbredir/.footprint +++ b/usbredir/.footprint @@ -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 diff --git a/usbredir/.signature b/usbredir/.signature index d827486a0..4e01f5858 100644 --- a/usbredir/.signature +++ b/usbredir/.signature @@ -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 diff --git a/usbredir/Pkgfile b/usbredir/Pkgfile index b3ece7950..834d09553 100644 --- a/usbredir/Pkgfile +++ b/usbredir/Pkgfile @@ -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