mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
locale: fix(?) circular dep, don't install unmaintained locales
Origin commit data
------------------
Branch: ni/coolstream
Commit: a41951961a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-03 (Sat, 03 Nov 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -21,7 +21,7 @@ locale_unmaintained = \
|
||||
unmaintained/svenska.locale
|
||||
|
||||
install_DATA = $(locale)
|
||||
install_DATA += $(locale_unmaintained)
|
||||
# install_DATA += $(locale_unmaintained)
|
||||
|
||||
|
||||
if MAINTAINER_MODE
|
||||
@@ -31,7 +31,7 @@ master.locale=english.locale
|
||||
locals: sort-locals work-locals locals.h locals_intern.h
|
||||
|
||||
$(master.locale) \
|
||||
sort-locals: $(top_srcdir)/data/locale/$(master.locale)
|
||||
sort-locals:
|
||||
for locale in $(locale); do \
|
||||
cat $(top_srcdir)/data/locale/$${locale} | LC_ALL=C sort | uniq > $${locale}; \
|
||||
done
|
||||
|
Reference in New Issue
Block a user