Skip to content
Snippets Groups Projects
Verified Commit 2f06f1ba authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/gettext-tiny: fix M4 path in autopoint

parent b780aabe
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment