We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488dc98 commit ef3deb1Copy full SHA for ef3deb1
install_meson.py
@@ -68,7 +68,7 @@
68
guisymlink_value = os.path.relpath(gui_script, os.path.dirname(gui_name))
69
confsymlink_value = os.path.relpath(conf_script, os.path.dirname(conf_name))
70
introsymlink_value = os.path.relpath(intro_script, os.path.dirname(intro_name))
71
-wrapsymlink_value = os.path.relpath(intro_script, os.path.dirname(intro_name))
+wrapsymlink_value = os.path.relpath(wraptool_script, os.path.dirname(wraptool_name))
72
73
files = glob.glob('*.py')
74
files += glob.glob('*.ui')
0 commit comments