summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2022-09-06 23:00:28 +0200
committerJose Riha2022-09-06 23:00:28 +0200
commit58aa4b7c9f42e07d3a182039db30c0a0f6db12d2 (patch)
tree4027fb370b4d90edd85966bc40580f23a2ba2d23 /PKGBUILD
parentbfbeb9fd46c832c60aa369f0f83773fc92c8aca7 (diff)
downloadaur-lingot-git.tar.gz
Make sure locales work
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d39763177cd..10893c183c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lingot-git
pkgver=20201229.a7d2b6c
-pkgrel=1
+pkgrel=2
pkgdesc='musical instrument tuner (git)'
arch=(i686 x86_64)
url='http://nongnu.org/lingot/'
@@ -23,7 +23,7 @@ pkgver() {
build() {
cd lingot
./bootstrap
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --localedir=/usr/share/locale
make
}