[Pkg-owncloud-commits] [owncloud-client] 204/333: And make it runnable on FreeBSD too.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:53 UTC 2014


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 84b4872938af40b9b3ecad43e5ae06f1bc04f2d6
Author: Mathieu Arnold <mat at mat.cc>
Date:   Tue Mar 25 17:20:05 2014 +0100

    And make it runnable on FreeBSD too.
    
    Patch by:	Tobias Berner
---
 src/mirall/application.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/application.cpp b/src/mirall/application.cpp
index e3cb450..800bda1 100644
--- a/src/mirall/application.cpp
+++ b/src/mirall/application.cpp
@@ -64,7 +64,7 @@ static const char optionsC[] =
 
 QString applicationTrPath()
 {
-#ifdef Q_OS_LINUX
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
     return QString::fromLatin1(DATADIR"/"APPLICATION_EXECUTABLE"/i18n/");
 #endif
 #ifdef Q_OS_MAC

-- 
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