summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
}