diff options
author | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
commit | 8f6e1b55d22eb510be7392c7322a5bb4cce13a62 (patch) | |
tree | 3ed55f4e8ddfddb76f548b39ab457148016514d4 /xorg-xf86-video-ati | |
parent | 057040b0c9957ca3a5f26a1b9b3099246f4e5ebc (diff) | |
download | xorg-8f6e1b55d22eb510be7392c7322a5bb4cce13a62.tar.gz xorg-8f6e1b55d22eb510be7392c7322a5bb4cce13a62.tar.xz |
xorg-xf86-video-ati: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-xf86-video-ati')
-rw-r--r-- | xorg-xf86-video-ati/.footprint | 9 | ||||
-rw-r--r-- | xorg-xf86-video-ati/Pkgfile | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/xorg-xf86-video-ati/.footprint b/xorg-xf86-video-ati/.footprint index 951851ee..649f9980 100644 --- a/xorg-xf86-video-ati/.footprint +++ b/xorg-xf86-video-ati/.footprint @@ -7,7 +7,8 @@ drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/ati_drv.so -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/radeon_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/radeon_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/ati.4.gz --rw-r--r-- root/root usr/man/man4/radeon.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/ati.4.gz +-rw-r--r-- root/root usr/share/man/man4/radeon.4.gz diff --git a/xorg-xf86-video-ati/Pkgfile b/xorg-xf86-video-ati/Pkgfile index 4c6cf992..e68e0cf6 100644 --- a/xorg-xf86-video-ati/Pkgfile +++ b/xorg-xf86-video-ati/Pkgfile @@ -5,13 +5,13 @@ name=xorg-xf86-video-ati version=7.5.0 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-$version.tar.bz2) build() { cd xf86-video-ati-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |