diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-03-21 22:56:38 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-03-21 22:56:38 +0000 |
commit | fced2f51b1785174d0de9d45dd1c7b44bb55adbc (patch) | |
tree | 3ed0833e3e53b4765ecdd2bb0383bfd8e82ea460 /loader2/Makefile | |
parent | 9cef64aa45d59e2754640107806475d2facb6924 (diff) | |
download | anaconda-fced2f51b1785174d0de9d45dd1c7b44bb55adbc.tar.gz anaconda-fced2f51b1785174d0de9d45dd1c7b44bb55adbc.tar.xz anaconda-fced2f51b1785174d0de9d45dd1c7b44bb55adbc.zip |
2005-03-21 Jeremy Katz <katzj@redhat.com>
* loader2/Makefile (LANGS): Fix translation getting (Northern
Sotho broke it)
Diffstat (limited to 'loader2/Makefile')
-rw-r--r-- | loader2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/Makefile b/loader2/Makefile index 1825a51d1..54d6f4812 100644 --- a/loader2/Makefile +++ b/loader2/Makefile @@ -66,7 +66,7 @@ BINS += init endif # translation stuff -LANGS = $(shell awk '{ print $$2 }' ../lang-table | egrep -v '(^en$$)') +LANGS = $(shell cut -f 2 ../lang-table | egrep -v '(^en$$)') TR = $(patsubst %,tr/%.tr,$(LANGS)) TRFILES = $(patsubst %,%.tr,$(LANGS)) |