diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-12-10 02:37:44 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-12-10 02:37:44 (GMT) |
commit | f11f0b158d445cb25bdffd0123cab687f09a85a2 (patch) | |
tree | af23c33aa29a0f5369b4c563c12d6d5705129d19 /abs/core/xorg-xinit | |
parent | 59771e9d114b75eafb316e94b7612dda202edd83 (diff) | |
download | linhes_pkgbuild-f11f0b158d445cb25bdffd0123cab687f09a85a2.zip linhes_pkgbuild-f11f0b158d445cb25bdffd0123cab687f09a85a2.tar.gz linhes_pkgbuild-f11f0b158d445cb25bdffd0123cab687f09a85a2.tar.bz2 |
xorg-* recompile
Diffstat (limited to 'abs/core/xorg-xinit')
-rw-r--r-- | abs/core/xorg-xinit/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/xorg-xinit/PKGBUILD b/abs/core/xorg-xinit/PKGBUILD index 6705c49..9bbf6f6 100644 --- a/abs/core/xorg-xinit/PKGBUILD +++ b/abs/core/xorg-xinit/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xinit pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org initialisation program " arch=('i686' 'x86_64') license=('custom') @@ -32,7 +32,7 @@ build() { cd "${srcdir}/xinit-${pkgver}" patch -Np1 -i "${srcdir}/06_move_serverauthfile_into_tmp.diff" ./configure --prefix=/usr --with-xinitdir=/etc/X11/xinit - make || return 1 + make } package() { cd "${srcdir}/xinit-${pkgver}" |