diff options
author | memchr <[email protected]> | 2023-10-14 19:59:11 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-14 20:59:11 +0100 |
commit | 962a0de01ad4d8f9f84a2283c2c3c749395d450d (patch) | |
tree | 545142627b9590c119685686a0b4e8fe439f2a1a /subprojects | |
parent | 21b5cf402afb8a72ffbf12efdd0a0d46849d86dd (diff) | |
download | Hyprland-962a0de01ad4d8f9f84a2283c2c3c749395d450d.tar.gz Hyprland-962a0de01ad4d8f9f84a2283c2c3c749395d450d.zip |
meson: use `ln` with force flag (#3568)
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/packagefiles/wlroots-meson-build.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |