]> git.pld-linux.org Git - packages/xmoto.git/commitdiff
- more locale fixes
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 11 Nov 2007 17:23:34 +0000 (17:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xmoto.spec -> 1.44

xmoto.spec

index d61c9b27e382121accf637c7aefd81eb5b440a6d..a85d43f80f097b8c1101d0a6296619a266eb3e91 100644 (file)
@@ -54,8 +54,10 @@ cat %{SOURCE3} | gzip -9 > xmoto.6.gz
 #%patch0 -p1
 
 # fix lv translation
-sed -i -e 's/lv_LV/lv/g' configure.in
+sed -i -e 's/lv_LV/lv/g;s/da_DK/da/g;s/pt_PT/pt/g' configure.in
 mv -f po/lv{_LV,}.po
+mv -f po/da{_DK,}.po
+mv -f po/pt{_PT,}.po
 
 %build
 %{__libtoolize}
This page took 0.046822 seconds and 4 git commands to generate.