From 4f515115249b8ae6b87643245f03ff86dc931095 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Thu, 26 Feb 2009 01:16:47 +0100 Subject: Make sure we respect LINGUAS #205948 by Arvid Norlander Patch from Gentoo via Mike Frysinger . Signed-off-by: Andreas Gruenbacher --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 06c5a2e..3e9c2fc 100644 --- a/po/Makefile +++ b/po/Makefile @@ -6,7 +6,7 @@ TOPDIR = .. include $(TOPDIR)/include/builddefs POTHEAD = $(PKG_NAME).pot -LINGUAS = cs de es fr gl nl pl sv +LINGUAS ?= cs de es fr gl nl pl sv LSRCFILES = $(LINGUAS:%=%.po) $(POTHEAD) LDIRT = $(POTHEAD) -- cgit v1.2.3