summarylogtreecommitdiffstats
path: root/filter_sketchfab.patch
diff options
context:
space:
mode:
authorbartus2019-05-24 16:44:10 +0200
committerbartus2019-10-12 21:55:52 +0200
commit31e8ecc3797cf78a1c8da32616d574de3138996e (patch)
tree3421472a1fbec500dfe8a31e11736b16f5f3f5e5 /filter_sketchfab.patch
parentae2f16b2b7d2c59e3fd0fdbdd07d7d880c15caef (diff)
downloadaur-31e8ecc3797cf78a1c8da32616d574de3138996e.tar.gz
update filter symlink patches to silently rewrite existing link.
Diffstat (limited to 'filter_sketchfab.patch')
-rw-r--r--filter_sketchfab.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter_sketchfab.patch b/filter_sketchfab.patch
index e333e3d970df..55ccee47b611 100644
--- a/filter_sketchfab.patch
+++ b/filter_sketchfab.patch
@@ -7,4 +7,4 @@ index 75674cf2..9f7f0542 100644
#PRE_TARGETDEPS += filter_sketchfab.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"