summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd051c23bcfc..37fbf55b5137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _android_arch=x86
pkgname=android-${_android_arch}-libice
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="X11 Inter-Client Exchange library (Android ${_android_arch})"
url="https://xorg.freedesktop.org/"
@@ -27,7 +27,7 @@ build() {
source android-env ${_android_arch}
android-${_android_arch}-configure \
- --sysconfdir=/etc
+ --sysconfdir="${ANDROID_PREFIX_ETC}"
make $MAKEFLAGS
}