From 3351f02a925774be8e83f28141137fe38599fc3d Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sat, 29 Jan 2011 23:18:18 +0100 Subject: [eclasses] Cleanup a bit in the src_uri calculations. Fix typo. --- eclass/kde4-functions.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/kde4-functions.eclass') diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index 9190d916c25..0dd09a25660 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -533,7 +533,7 @@ _enable_selected_linguas_dir() { # move dir and fix cmakelists mv "${wp}" "sr@Latn" sed -i \ - -e "s:${wp}:sr@Latin:g" \ + -e "s:${wp}:sr@Latn:g" \ CMakeLists.txt fi done -- cgit v1.2.3