mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
'locale' targets: Fix 'sort-locals'
Origin commit data
------------------
Branch: ni/coolstream
Commit: 77bccfce64
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-08-11 (Sat, 11 Aug 2012)
Origin message was:
------------------
* 'locale' targets: Fix 'sort-locals'
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -26,6 +26,7 @@ locals: sort-locals locals.h locals_intern.h install-locals
|
||||
sort-locals: $(top_srcdir)/data/locale/deutsch.locale $(top_srcdir)/data/locale/english.locale
|
||||
cat $(top_srcdir)/data/locale/deutsch.locale | LC_ALL=C sort | uniq > deutsch.locale
|
||||
cat $(top_srcdir)/data/locale/english.locale | LC_ALL=C sort | uniq > english.locale
|
||||
cp -f deutsch.locale english.locale $(top_srcdir)/data/locale
|
||||
|
||||
ordercheck: $(top_srcdir)/data/locale/deutsch.locale
|
||||
cut -d' ' -f1 $(top_srcdir)/data/locale/deutsch.locale | LC_ALL=C sort | uniq > /tmp/log
|
||||
|
Reference in New Issue
Block a user