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 | 7bb3f2bbbcfbe391c0277aa81fb61cb56e75533d (patch) | |
tree | cacacdc57384b126d23d5045af06c8c82be846cd /xorg-xf86-video-mga | |
parent | 2b6ac1cc8aa45e00093dbe34112b9e74c2bf3261 (diff) | |
download | xorg-7bb3f2bbbcfbe391c0277aa81fb61cb56e75533d.tar.gz xorg-7bb3f2bbbcfbe391c0277aa81fb61cb56e75533d.tar.xz |
xorg-xf86-video-mga: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-xf86-video-mga')
-rw-r--r-- | xorg-xf86-video-mga/.footprint | 7 | ||||
-rw-r--r-- | xorg-xf86-video-mga/Pkgfile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-xf86-video-mga/.footprint b/xorg-xf86-video-mga/.footprint index e5cbf18f..14edbf01 100644 --- a/xorg-xf86-video-mga/.footprint +++ b/xorg-xf86-video-mga/.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/mga_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/mga_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/mga.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/mga.4.gz diff --git a/xorg-xf86-video-mga/Pkgfile b/xorg-xf86-video-mga/Pkgfile index 3db6d535..2fcd88de 100644 --- a/xorg-xf86-video-mga/Pkgfile +++ b/xorg-xf86-video-mga/Pkgfile @@ -5,13 +5,13 @@ name=xorg-xf86-video-mga version=1.6.4 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mga-$version.tar.bz2) build() { cd xf86-video-mga-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |