21 lines
723 B
Text
21 lines
723 B
Text
Index: icons/meson.build
|
|
--- icons/meson.build.orig
|
|
+++ icons/meson.build
|
|
@@ -265,7 +265,7 @@ foreach flavour: icon_flavors
|
|
if local_links.length() > 0
|
|
relative_to = meson.current_source_dir() / icon_dir
|
|
links_paths_getter = run_command(
|
|
- 'realpath', '-e',
|
|
+ 'grealpath', '-e',
|
|
'--relative-to=' + relative_to,
|
|
local_links,
|
|
check: false,
|
|
@@ -275,7 +275,7 @@ foreach flavour: icon_flavors
|
|
failed_links = []
|
|
foreach link: local_links
|
|
if run_command(
|
|
- 'realpath', '-e',
|
|
+ 'grealpath', '-e',
|
|
'--relative-to=' + relative_to,
|
|
link,
|
|
check: false,
|