[Pkg-owncloud-commits] [owncloud-client] 01/484: use SHAREDIR for	i18n
    Sandro Knauß 
    hefee-guest at moszumanska.debian.org
       
    Wed Dec 16 00:36:59 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit a87602af3f121e3329d807be70d2d42a9e1391e1
Author: hefee <hefee at netzguerilla.net>
Date:   Tue Aug 11 15:11:46 2015 +0200
    use SHAREDIR for i18n
    
    SHAREDIR is used in src/gui/application.cpp and should also use that in
    CMakeLists.txt.
---
 src/gui/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index e45f8e6..f523af4 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -222,7 +222,7 @@ if(NOT BUILD_OWNCLOUD_OSX_BUNDLE)
         endforeach( _file )
     endif(NOT WIN32)
 
-    install(FILES ${client_I18N} DESTINATION ${DATADIR}/${APPLICATION_EXECUTABLE}/i18n)
+    install(FILES ${client_I18N} DESTINATION ${SHAREDIR}/${APPLICATION_EXECUTABLE}/i18n)
 
     # we may not add MACOSX_BUNDLE here, if not building one
 
-- 
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