summaryrefslogtreecommitdiffstats
path: root/abs/core/xorg-xinit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/xorg-xinit/PKGBUILD')
-rw-r--r--abs/core/xorg-xinit/PKGBUILD4
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}"