summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/WindowMaker')
-rw-r--r--x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild b/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild
index 7a5c20c676e7..53346737a342 100644
--- a/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild
+++ b/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild
@@ -30,7 +30,7 @@ src_compile() {
myconf="$myconf --enable-kde"
fi
if [ "`use nls`" ] ; then
- LINGUAS="`ls po/*.po | xargs -i basename {} .po`"
+ LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
export LINGUAS
fi