[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.3.1-283-gcb13a0e

by Andre Heinecke cvs at cvs.gnupg.org
Tue Aug 22 16:30:59 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  cb13a0ef87c20b9320d3e18e12e2e7d2f5a2c279 (commit)
      from  605774637ac0b9e45fcfba8a0c7d4017b45209e0 (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 cb13a0ef87c20b9320d3e18e12e2e7d2f5a2c279
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Aug 22 16:30:32 2017 +0200

    Ensure qttranslations install dir is created
    
    * src/Makefile.am (pkg_qttranslations_post_install): Create
    qttranslations install dir.

diff --git a/src/Makefile.am b/src/Makefile.am
index a3e95d2..fc116de 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -361,6 +361,7 @@ gpg4win_pkg_qttranslations_configure = \
 
 define gpg4win_pkg_qttranslations_post_install
  ( rm -f $$$${pkgidir}/qttranslations; \
+   mkdir -p $$$${pkgidir}; \
    cp -r $$$${pkgbdir}/translations $$$${pkgidir}/qttranslations;)
 endef
 

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

Summary of changes:
 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)


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



More information about the Gpg4win-commits mailing list