aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-07-12 21:19:21 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-07-12 21:19:21 +0300
commitef3deb14c28a6f91c17088baefff39d0d23b0fbc (patch)
tree5fd3837898464994f9225c9f66c4f294bdbe27a8
parent488dc98f0dfd3eb7809cfbfeaefaf269fc969a14 (diff)
downloadmeson-0.25.0.zip
meson-0.25.0.tar.gz
meson-0.25.0.tar.bz2
One last fix before release.0.25.0
-rwxr-xr-xinstall_meson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_meson.py b/install_meson.py
index 2fc8f68..68bc1fb 100755
--- a/install_meson.py
+++ b/install_meson.py
@@ -68,7 +68,7 @@ symlink_value = os.path.relpath(bin_script, os.path.dirname(bin_name))
guisymlink_value = os.path.relpath(gui_script, os.path.dirname(gui_name))
confsymlink_value = os.path.relpath(conf_script, os.path.dirname(conf_name))
introsymlink_value = os.path.relpath(intro_script, os.path.dirname(intro_name))
-wrapsymlink_value = os.path.relpath(intro_script, os.path.dirname(intro_name))
+wrapsymlink_value = os.path.relpath(wraptool_script, os.path.dirname(wraptool_name))
files = glob.glob('*.py')
files += glob.glob('*.ui')