[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.3.1-300-g1e91ceb

by Jochen Saalfeld cvs at cvs.gnupg.org
Thu Sep 7 11:45:34 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, master has been updated
       via  1e91ceb071ff27b07150373f0fcc1f104d42ec7f (commit)
      from  0a26286adb34775b5eeec50280fa6928be10d701 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1e91ceb071ff27b07150373f0fcc1f104d42ec7f
Author: Jochen Saalfeld <privat at jochen-saalfeld.de>
Date:   Thu Sep 7 11:41:34 2017 +0200

    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.

diff --git a/src/kde-l10n.sh b/src/kde-l10n.sh
index 5ee652d..e67e17d 100755
--- a/src/kde-l10n.sh
+++ b/src/kde-l10n.sh
@@ -24,7 +24,7 @@
 # localizations exist
 
 set -e
-tmpdir=$(mktemp -d)
+tmpdir=$(mktemp -d -p $(pwd))
 VERSION=$(date +%Y%m%d%H%M)
 
 g4widir="$(readlink -f $(dirname $0)/playground/install)"

-----------------------------------------------------------------------

Summary of changes:
 src/kde-l10n.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list