summaryrefslogtreecommitdiff
path: root/pciutils
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2015-07-25 21:28:50 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2015-07-25 21:28:50 +0200
commit8fa353d0a2c2ab1a8f3ad03feb4b0a2754a4c9fe (patch)
tree55944577f3858456f9b0ee34d710e0be0e34482c /pciutils
parent3fe4507707a7926053e7ed5969c7bca58d4b2c9e (diff)
downloadcore-8fa353d0a2c2ab1a8f3ad03feb4b0a2754a4c9fe.tar.gz
core-8fa353d0a2c2ab1a8f3ad03feb4b0a2754a4c9fe.tar.xz
pciutils: move man-pages to /usr/share/man
Diffstat (limited to 'pciutils')
-rw-r--r--pciutils/.footprint14
-rw-r--r--pciutils/Pkgfile4
2 files changed, 9 insertions, 9 deletions
diff --git a/pciutils/.footprint b/pciutils/.footprint
index b718fb4f..5818bd3f 100644
--- a/pciutils/.footprint
+++ b/pciutils/.footprint
@@ -12,16 +12,16 @@ lrwxrwxrwx root/root usr/lib/libpci.so.3 -> libpci.so.3.3.1
-rw-r--r-- root/root usr/lib/libpci.so.3.3.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libpci.pc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man7/
--rw-r--r-- root/root usr/man/man7/pcilib.7.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/lspci.8.gz
--rw-r--r-- root/root usr/man/man8/setpci.8.gz
--rw-r--r-- root/root usr/man/man8/update-pciids.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/lspci
-rwxr-xr-x root/root usr/sbin/setpci
-rwxr-xr-x root/root usr/sbin/update-pciids
drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man7/
+-rw-r--r-- root/root usr/share/man/man7/pcilib.7.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/lspci.8.gz
+-rw-r--r-- root/root usr/share/man/man8/setpci.8.gz
+-rw-r--r-- root/root usr/share/man/man8/update-pciids.8.gz
-rw-r--r-- root/root usr/share/pci.ids
diff --git a/pciutils/Pkgfile b/pciutils/Pkgfile
index 0e9274d7..433a54a1 100644
--- a/pciutils/Pkgfile
+++ b/pciutils/Pkgfile
@@ -5,13 +5,13 @@
name=pciutils
version=3.3.1
-release=1
+release=2
source=(ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/$name-$version.tar.gz)
build() {
cd $name-$version
- local CONF="ZLIB=no DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man"
+ local CONF="ZLIB=no DESTDIR=$PKG PREFIX=/usr"
make -j1 $CONF OPT="$CFLAGS" SHARED=yes install install-lib
make clean

Generated by cgit