From 8e56dae5cd07273cf27e4c8dc47ef314ac43b5c3 Mon Sep 17 00:00:00 2001 From: Abs62 Date: Mon, 21 Jul 2014 17:36:32 +0400 Subject: [PATCH] Mac-specific: Fix help installing for any build directory --- goldendict.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldendict.pro b/goldendict.pro index 3ec7d034..44cede74 100644 --- a/goldendict.pro +++ b/goldendict.pro @@ -178,7 +178,7 @@ mac { mkdir -p GoldenDict.app/Contents/MacOS/locale & \ cp -R locale/*.qm GoldenDict.app/Contents/MacOS/locale/ & \ mkdir -p GoldenDict.app/Contents/MacOS/help & \ - cp -R help/*.qch GoldenDict.app/Contents/MacOS/help/ + cp -R $${PWD}/help/*.qch GoldenDict.app/Contents/MacOS/help/ CONFIG += zim_support }