usbutils: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-25 20:56:25 +02:00
parent 5f11f08c9b
commit 2ff8135061
2 changed files with 8 additions and 8 deletions

View File

@ -4,13 +4,13 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lsusb.py
-rwxr-xr-x root/root usr/bin/usb-devices
-rwxr-xr-x root/root usr/bin/usbhid-dump
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/usb-devices.1.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/lsusb.8.gz
-rw-r--r-- root/root usr/man/man8/usbhid-dump.8.gz
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/usb-devices.1.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/lsusb.8.gz
-rw-r--r-- root/root usr/share/man/man8/usbhid-dump.8.gz
drwxr-xr-x root/root usr/share/pkgconfig/
-rw-r--r-- root/root usr/share/pkgconfig/usbutils.pc
-rw-r--r-- root/root usr/share/usb.ids

View File

@ -5,13 +5,13 @@
name=usbutils
version=008
release=1
release=2
source=(http://www.kernel.org/pub/linux/utils/usb/$name/$name-$version.tar.xz
usb.ids.xz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man --disable-zlib
./configure --prefix=/usr --disable-zlib
make
make DESTDIR=$PKG install
unxz -c $SRC/usb.ids.xz > $PKG/usr/share/usb.ids