summaryrefslogtreecommitdiff
path: root/usbutils
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2015-07-25 20:56:25 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2015-07-25 20:56:25 +0200
commit2ff8135061ab2df33f27bfcf828891f55ca88456 (patch)
tree9c13eb46da50f847a5d732dce82178e813b8fa97 /usbutils
parent5f11f08c9b54fd6c8c348b1f67b3fa6b5f3ed309 (diff)
downloadcore-2ff8135061ab2df33f27bfcf828891f55ca88456.tar.gz
core-2ff8135061ab2df33f27bfcf828891f55ca88456.tar.xz
usbutils: move man-pages to /usr/share/man
Diffstat (limited to 'usbutils')
-rw-r--r--usbutils/.footprint12
-rw-r--r--usbutils/Pkgfile4
2 files changed, 8 insertions, 8 deletions
diff --git a/usbutils/.footprint b/usbutils/.footprint
index ce676269..b626bae1 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 d3b771b9..bfb40b44 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

Generated by cgit