summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2015-02-08 01:52:29 -0700
committerBrian Bidulock2015-06-10 22:25:20 -0600
commitcc7a86d04161dcb2adad2baac012174a28bd8b6b (patch)
tree1d9e1b8619bade8413939418ed05121102352cec /PKGBUILD
parentd90746f22325b55454bb3d7b25249efafd310a70 (diff)
downloadaur-cc7a86d04161dcb2adad2baac012174a28bd8b6b.tar.gz
version 0.95.6.r221.gd309aa6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07128ad18c4e..a79a1952326d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=windowmaker-crm-git
-pkgver=0.95.6.r192.g796b557
+pkgver=0.95.6.r221.gd309aa6
pkgrel=1
pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
arch=('i686' 'x86_64')
@@ -43,7 +43,7 @@ build() {
cd $pkgname
[ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'|tr '\n' ' '`"
./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
- --with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
+ --localedir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
--enable-usermenu --enable-modelock --enable-xrandr
make V=0
}