changed location of temporary folder during localization
* kde-l10n.sh: replaced "mktemp -d" with "mktemp -d -p $(pwd)"
During the update of locales I found, that not on every system
the building user has access to a /tmp Volume, therefore I
redirected the creation of the temporary folder to the building
directory, instead of a system directory.