summaryrefslogtreecommitdiff
path: root/system/gettext-tiny/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/gettext-tiny/APKBUILD')
-rw-r--r--system/gettext-tiny/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/gettext-tiny/APKBUILD b/system/gettext-tiny/APKBUILD
index cb80dfcbe..8952f5ebe 100644
--- a/system/gettext-tiny/APKBUILD
+++ b/system/gettext-tiny/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=gettext-tiny
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="An internationalisation and localisation system"
url="https://github.com/sabotage-linux/gettext-tiny"
arch="all"
@@ -17,7 +17,7 @@ source="http://ftp.barfooze.de/pub/sabotage/tarballs/gettext-tiny-$pkgver.tar.xz
build() {
cd "$builddir"
- make LIBINTL=MUSL
+ make LIBINTL=MUSL prefix=/usr
}
package() {