[jag] 04/04: Fixed error in main.cpp

Carlos Donizete Froes coringao-guest at moszumanska.debian.org
Tue Dec 5 01:56:19 UTC 2017


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

coringao-guest pushed a commit to branch master
in repository jag.

commit de7a11ded4a0029b110e627311c29e70e7ee6975
Author: Carlos Donizete Froes <coringao at riseup.net>
Date:   Mon Dec 4 23:55:36 2017 -0200

    Fixed error in main.cpp
    
    Signed-off-by: Carlos Donizete Froes <coringao at riseup.net>
---
 src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp
index 5cf3bdf..3bcb23e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -60,7 +60,7 @@ int main(int argc, char *argv[])
   // on X11, we'll check if data directory exists locally first
 #ifdef Q_OS_UNIX
   if (!QDir(resourcePath).exists())
-    resourcePath = "/usr/local/games/jag/data/";
+    resourcePath = "/usr/share/games/jag/data/";
 #endif
 
   if (!QDir(resourcePath).exists()) {

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



More information about the Pkg-games-commits mailing list