summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-10-14 12:49:18 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-10-14 12:49:18 +0300
commite044dc0d5a1adf366650878e66dad2e0d9f0d491 (patch)
tree7c30eba702af54e8f4d8f14ac1ec4582d391fa77 /scripts
parentc7b8053f463a6a6fdcc039908ff399f4c1f591d1 (diff)
downloadlibrpm-tizen-e044dc0d5a1adf366650878e66dad2e0d9f0d491.tar.gz
librpm-tizen-e044dc0d5a1adf366650878e66dad2e0d9f0d491.tar.bz2
librpm-tizen-e044dc0d5a1adf366650878e66dad2e0d9f0d491.zip
match *.omf, not *omf in find-lang (Ville Skyttä)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/find-lang.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/find-lang.sh b/scripts/find-lang.sh
index c714ed0e4..7a74e0224 100755
--- a/scripts/find-lang.sh
+++ b/scripts/find-lang.sh
@@ -126,8 +126,8 @@ s:^\([^%].*\)::
find $TOP_DIR -type f|sed '
s:'"$TOP_DIR"'::
-'"$NO_ALL_NAME$GNOME"'s:\(.*/omf/'"$NAME"'/'"$NAME"'-\([^/.]\+\).omf\):%lang(\2) \1:
-'"$ALL_NAME$GNOME"'s:\(.*/omf/[a-zA-Z0-9.\_\-]\+/[a-zA-Z0-9.\_\-]\+-\([^/.]\+\).omf\):%lang(\2) \1:
+'"$NO_ALL_NAME$GNOME"'s:\(.*/omf/'"$NAME"'/'"$NAME"'-\([^/.]\+\)\.omf\):%lang(\2) \1:
+'"$ALL_NAME$GNOME"'s:\(.*/omf/[a-zA-Z0-9.\_\-]\+/[a-zA-Z0-9.\_\-]\+-\([^/.]\+\)\.omf\):%lang(\2) \1:
s:^[^%].*::
s:%lang(C) ::
/^$/d' >> $MO_NAME