summarylogtreecommitdiffstats
path: root/screened_poisson.patch
diff options
context:
space:
mode:
Diffstat (limited to 'screened_poisson.patch')
-rw-r--r--screened_poisson.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/screened_poisson.patch b/screened_poisson.patch
index fdda483d4cad..c75c997d9a08 100644
--- a/screened_poisson.patch
+++ b/screened_poisson.patch
@@ -14,5 +14,5 @@ index 814bd31f..e04ad802 100644
#PRE_TARGETDEPS += ./filter_screened_poisson.xml
macx:QMAKE_POST_LINK = "cp "$$_PRO_FILE_PWD_/$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml"
-+linux:QMAKE_POST_LINK = "cp "$$_PRO_FILE_PWD_/$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml; cd ../../distrib/plugins/ ; ln -s "$$TARGET".xml lib"$$TARGET".xml"
++linux:QMAKE_POST_LINK = "cp "$$_PRO_FILE_PWD_/$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml; cd ../../distrib/plugins/ ; ln -sf "$$TARGET".xml lib"$$TARGET".xml"