![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 2ff8135061ab2df33f27bfcf828891f55ca88456 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 20:56:25 2015 +0200 usbutils: move man-pages to /usr/share/man diff --git a/usbutils/.footprint b/usbutils/.footprint index ce67626..b626bae 100644 --- a/usbutils/.footprint +++ b/usbutils/.footprint @@ -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 diff --git a/usbutils/Pkgfile b/usbutils/Pkgfile index d3b771b..bfb40b4 100644 --- a/usbutils/Pkgfile +++ b/usbutils/Pkgfile @@ -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