[Pkg-owncloud-commits] [owncloud-client] 15/20: NSIS: Fix copying of qtbase translations

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Oct 24 20:08:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch sid
in repository owncloud-client.

commit 1ad23e6ab02b565ee896046559e3dfdb94e8f3c0
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Fri Oct 17 16:37:37 2014 +0200

    NSIS: Fix copying of qtbase translations
---
 cmake/modules/NSIS.template.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 9e0e54a..727b63b 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -378,8 +378,7 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
    ; Make sure only to copy qt, not qt_help, etc
    File "${MING_SHARE}\qt5\translations\qt_??.qm"
    File "${MING_SHARE}\qt5\translations\qt_??_??.qm"
-   File "${MING_SHARE}\qt5\translations\qtbase_??.qm"
-   File "${MING_SHARE}\qt5\translations\qtbase_??_??.qm"
+   File "${MING_SHARE}\qt5\translations\qtbase_*.qm"
    File "${MING_SHARE}\qt5\translations\qtkeychain_*.qm"
 
    SetOutPath "$INSTDIR\platforms"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list