diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xf86-video-apm/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-apm/Pkgfile | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/xorg/xorg-xf86-video-apm/.footprint b/xorg/xorg-xf86-video-apm/.footprint index fab58060c..797dec8d3 100644 --- a/xorg/xorg-xf86-video-apm/.footprint +++ b/xorg/xorg-xf86-video-apm/.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/apm_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/apm_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/apm.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/apm.4.gz diff --git a/xorg/xorg-xf86-video-apm/Pkgfile b/xorg/xorg-xf86-video-apm/Pkgfile index ae1ee221e..d1c52b45d 100644 --- a/xorg/xorg-xf86-video-apm/Pkgfile +++ b/xorg/xorg-xf86-video-apm/Pkgfile @@ -11,7 +11,7 @@ source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-apm-$v build() { cd xf86-video-apm-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |