summaryrefslogtreecommitdiff
path: root/system/gettext-tiny
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-16 01:24:34 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-16 01:24:34 -0500
commit2f06f1bae395647e2132f71eca9735a5ccfd548e (patch)
tree4f4a553edc90ee0144ae8613f3fb78222b65da60 /system/gettext-tiny
parentb780aabe282659fd0cd0636bb250dae5364e2fa8 (diff)
downloadpackages-2f06f1bae395647e2132f71eca9735a5ccfd548e.tar.gz
packages-2f06f1bae395647e2132f71eca9735a5ccfd548e.tar.bz2
packages-2f06f1bae395647e2132f71eca9735a5ccfd548e.tar.xz
packages-2f06f1bae395647e2132f71eca9735a5ccfd548e.zip
system/gettext-tiny: fix M4 path in autopoint
Diffstat (limited to 'system/gettext-tiny')
-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() {