summaryrefslogtreecommitdiff
path: root/eclass/kde4-functions.eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-01-29 23:18:18 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2011-01-29 23:18:18 +0100
commit3351f02a925774be8e83f28141137fe38599fc3d (patch)
tree19a6eabd953e99f120f73af74c50d282c3638216 /eclass/kde4-functions.eclass
parent05a4cbe29f5e85d1f138841401e852d78bc5a4b4 (diff)
downloadkde-3351f02a925774be8e83f28141137fe38599fc3d.tar.gz
kde-3351f02a925774be8e83f28141137fe38599fc3d.tar.bz2
kde-3351f02a925774be8e83f28141137fe38599fc3d.zip
[eclasses] Cleanup a bit in the src_uri calculations. Fix typo.
Diffstat (limited to 'eclass/kde4-functions.eclass')
-rw-r--r--eclass/kde4-functions.eclass2
1 files changed, 1 insertions, 1 deletions
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