[redhat-rpm-config: 14/215] fix from 67368

Panu Matilainen pmatilai at fedoraproject.org
Wed Apr 2 10:19:30 UTC 2014


commit 3faabb2c8f5daf7815c8959383da39418d30db9b
Author: Elliot Lee <sopwith at redhat.com>
Date:   Thu Jul 11 18:43:40 2002 +0000

    fix from 67368

 find-lang.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/find-lang.sh b/find-lang.sh
index 8b4dcc0..ff07589 100755
--- a/find-lang.sh
+++ b/find-lang.sh
@@ -80,7 +80,7 @@ find $TOP_DIR -type f|sed '
 1i\
 %defattr (644, root, root, 755)
 s:'"$TOP_DIR"'::
-'"$MO"'s:\(.*/share/locale/\)\([^/_]\+\)\(.*'"$NAME"'\.mo$\):%lang(\2) \1\2\3:
+'"$MO"'s:\(.*/share/locale/\)\([^/_]\+\)\(.*/'"$NAME"'\.mo$\):%lang(\2) \1\2\3:
 '"$GNOME"'s:\(.*/gnome/help/'"$NAME"'/\)\([^/_]\+\):%lang(\2) \1\2:
 s:^\([^%].*\)::
 s:%lang(C) ::


More information about the scm-commits mailing list