summarylogtreecommitdiffstats
path: root/filter_voronoi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'filter_voronoi.patch')
-rw-r--r--filter_voronoi.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter_voronoi.patch b/filter_voronoi.patch
index 998b15ee4f8c..1df521ecca20 100644
--- a/filter_voronoi.patch
+++ b/filter_voronoi.patch
@@ -6,4 +6,4 @@ index 423f1573..03b83a33 100644
#PRE_TARGETDEPS += filter_voronoi.xml
macx:QMAKE_POST_LINK = "rsync -u "$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml; rsync -u ../../distrib/plugins/"$$TARGET".xml "$$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"