From 1e4ad4895eb6acdd28c02e1b963de30c1be70837 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Mon, 2 Nov 2015 13:47:01 +0100 Subject: x11-wm/windowmaker: fix compilation with LINGUAS unset, bug #564694 Package-Manager: portage-2.2.23 --- x11-wm/windowmaker/windowmaker-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-wm/windowmaker/windowmaker-9999.ebuild') diff --git a/x11-wm/windowmaker/windowmaker-9999.ebuild b/x11-wm/windowmaker/windowmaker-9999.ebuild index 2e5a7783c700..0753568bbb5d 100644 --- a/x11-wm/windowmaker/windowmaker-9999.ebuild +++ b/x11-wm/windowmaker/windowmaker-9999.ebuild @@ -62,7 +62,7 @@ src_configure() { myconf="${myconf} $(use_enable modelock) $(use_enable xrandr randr) $(use_enable xinerama)" if use nls; then - [[ -z $LINGUAS ]] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" + [[ -z $LINGUAS ]] && export LINGUAS="$(ls po/*.po | sed 's:po/\(.*\)\.po$:\1:' | xargs)" else myconf="${myconf} --disable-locale" fi -- cgit v1.2.3-65-gdbad