Also convert sr_RS to sr_YU in the plist on OS X

This commit is contained in:
Thomas Goyne 2012-10-02 14:58:19 -07:00
parent 4e723184a1
commit f3f9d2c34d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if ! test -f "tools/osx-bundle.sed"; then
exit 1
fi
find po -name *.po | sed 's/.*\/\(.*\)\.po/ <string>\1<\/string>/' > languages
find po -name *.po | sed 's/.*\/\(.*\)\.po/ <string>\1<\/string>/; s/RS/YU/' > languages
find ${SKEL_DIR} -type f -not -regex ".*.svn.*"
cp ${SKEL_DIR}/Contents/Resources/*.icns "${PKG_DIR}/Contents/Resources"