From 962a0de01ad4d8f9f84a2283c2c3c749395d450d Mon Sep 17 00:00:00 2001 From: memchr <118117622+memchr@users.noreply.github.com> Date: Sat, 14 Oct 2023 19:59:11 +0000 Subject: [PATCH] meson: use `ln` with force flag (#3568) --- subprojects/packagefiles/wlroots-meson-build.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/packagefiles/wlroots-meson-build.patch b/subprojects/packagefiles/wlroots-meson-build.patch index 5e7565a3..6741fdc7 100644 --- a/subprojects/packagefiles/wlroots-meson-build.patch +++ b/subprojects/packagefiles/wlroots-meson-build.patch @@ -4,7 +4,7 @@ index e669800..687786b 100644 +++ b/include/meson.build @@ -1,4 +1,5 @@ -subdir('wlr') -+run_command('ln', '-s', join_paths(meson.project_source_root(), 'include', 'wlr'), join_paths(meson.project_source_root(), 'include', 'wlroots'), check: true) ++run_command('ln', '-sf', join_paths(meson.project_source_root(), 'include', 'wlr'), join_paths(meson.project_source_root(), 'include', 'wlroots'), check: true) +subdir('wlroots') exclude_files = ['meson.build', 'config.h.in', 'version.h.in']