summaryrefslogtreecommitdiff
path: root/xorg-xf86-video-nv
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
committerMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
commit4f8c7c499d4a58258922bb3506b15f7ed82c45cd (patch)
tree94c65871f95875ad8d50c9a70e9c40a2ff5a42cd /xorg-xf86-video-nv
parent956f889afaea8f3ff9ccd89e11aac567e3b7f21c (diff)
downloadxorg-4f8c7c499d4a58258922bb3506b15f7ed82c45cd.tar.gz
xorg-4f8c7c499d4a58258922bb3506b15f7ed82c45cd.tar.xz
xorg-xf86-video-nv: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-xf86-video-nv')
-rw-r--r--xorg-xf86-video-nv/.footprint7
-rw-r--r--xorg-xf86-video-nv/Pkgfile4
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-xf86-video-nv/.footprint b/xorg-xf86-video-nv/.footprint
index b4cfd4c4..309612d8 100644
--- a/xorg-xf86-video-nv/.footprint
+++ b/xorg-xf86-video-nv/.footprint
@@ -5,6 +5,7 @@ drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/nv_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/nv_drv.so
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man4/
--rw-r--r-- root/root usr/man/man4/nv.4.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man4/
+-rw-r--r-- root/root usr/share/man/man4/nv.4.gz
diff --git a/xorg-xf86-video-nv/Pkgfile b/xorg-xf86-video-nv/Pkgfile
index e2e365a4..2a16e532 100644
--- a/xorg-xf86-video-nv/Pkgfile
+++ b/xorg-xf86-video-nv/Pkgfile
@@ -5,13 +5,13 @@
name=xorg-xf86-video-nv
version=2.1.20
-release=2
+release=3
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nv-$version.tar.bz2 mibstore.patch)
build() {
cd xf86-video-nv-$version
patch -p1 -i $SRC/mibstore.patch
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit