summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-04-06 12:03:48 -0300
committerGonzalo Exequiel Pedone2024-04-06 12:03:48 -0300
commit48251d2475bddbab39290b9d2cc53e0c1fc886e7 (patch)
tree0a1ec032692645af595e6d87bc22222b0f1b5b1e /PKGBUILD
parenta565ffc9ca7a9fd549235b8e6a2fdadd8b06b611 (diff)
downloadaur-android-armv7a-eabi-libice.tar.gz
Fixed sysconfdir.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b0839d67519..38b1b8c49479 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _android_arch=armv7a-eabi
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
}