[Pkg-owncloud-commits] [owncloud-client] 02/03: make string concat the correct way :D
Sandro Knauß
hefee at debian.org
Sun Dec 3 15:43:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch experimental
in repository owncloud-client.
commit 92abb0344595ed4bc604e6ad34791a944d5d5efa
Author: Sandro Knauß <hefee at debian.org>
Date: Sun Dec 3 16:19:28 2017 +0100
make string concat the correct way :D
---
debian/patches/0006-move-configfile.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/0006-move-configfile.patch b/debian/patches/0006-move-configfile.patch
index 9295f44..b0edeab 100644
--- a/debian/patches/0006-move-configfile.patch
+++ b/debian/patches/0006-move-configfile.patch
@@ -23,7 +23,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
#endif
#ifdef Q_OS_UNIX
- fi.setFile(QString(SYSCONFDIR "/" + Theme::instance()->appName()), exclFile);
-+ fi.setFile(QString(SYSCONFDIR "/" + APPLICATION_EXECUTABLE "-client"), exclFile);
++ fi.setFile(QString(SYSCONFDIR "/" APPLICATION_EXECUTABLE "-client"), exclFile);
if (!fi.exists()) {
// Prefer to return the preferred path! Only use the fallback location
// if the other path does not exist and the fallback is valid.
--
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