summaryrefslogtreecommitdiffstats
path: root/abs/core/xf86-video-ati
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-24 00:19:06 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-24 00:19:06 (GMT)
commit675a0c5dea31728d72485d0e296e673c4969c427 (patch)
tree46ffea403d89f2a74b4363ab34ebac94306bb3f4 /abs/core/xf86-video-ati
parent05d2054581ef6397d4cadc26059c21ef6adf99b2 (diff)
downloadlinhes_pkgbuild-675a0c5dea31728d72485d0e296e673c4969c427.zip
linhes_pkgbuild-675a0c5dea31728d72485d0e296e673c4969c427.tar.gz
linhes_pkgbuild-675a0c5dea31728d72485d0e296e673c4969c427.tar.bz2
xf86-video-drivers: Update all drivers except ivtvfb and imstt which would not compile
Diffstat (limited to 'abs/core/xf86-video-ati')
-rw-r--r--abs/core/xf86-video-ati/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/abs/core/xf86-video-ati/PKGBUILD b/abs/core/xf86-video-ati/PKGBUILD
index 1b0821b..9ff6237 100644
--- a/abs/core/xf86-video-ati/PKGBUILD
+++ b/abs/core/xf86-video-ati/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=xf86-video-ati
pkgver=6.13.2
pkgrel=1
pkgdesc="X.org ati video driver"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
license=('custom')
depends=(libpciaccess libdrm udev pixman ati-dri)
@@ -20,13 +20,12 @@ md5sums=('a8f92fe3c458e511f4e2ead7f92c02b0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --enable-dri
- make || return 1
+ make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make "DESTDIR=${pkgdir}" install || return 1
+ make "DESTDIR=${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
}
-