[PATCH] Marble is not found when installed

Miika Turkia miika.turkia at gmail.com
Sun Oct 20 04:43:18 UTC 2013


We search for marbledata, but this directory is not included in the
installation.

Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 subsurface.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subsurface.pro b/subsurface.pro
index e992768..ae13f0d 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -168,7 +168,7 @@ else: ICON = subsurface-icon.svg
 MANPAGE = subsurface.1
 XSLT_FILES = xslt
 DOC_FILES = $$OUT_PWD/Documentation/user-manual.html Documentation/images
-MARBLEDIR = marbledata/maps marbledata/bitmaps
+MARBLEDIR = marbledata
 DEPLOYMENT_PLUGIN += imageformats/qjpeg
 
 # This information will go into the Windows .rc file and linked into the .exe
-- 
1.8.3.2



More information about the subsurface mailing list