GNOME Bugzilla – Bug 791980
Hardcoded path #!/usr/bin/python3 found in build-aux/post-install.py
Last modified: 2018-01-03 06:57:09 UTC
Some systems don't install python in /usr/bin, so using the hardcoded /usr/bin/python3 path may cause 'no such file or directory' error when the script is run.
Created attachment 366011 [details] [review] build: fix the path to python3 for build-aux/post-install.py
Created attachment 366215 [details] [review] build: Use python3 found by meson to run build-aux/post-install.py
Review of attachment 366215 [details] [review]: Thanks
Attachment 366215 [details] pushed as db68f3a - build: Use python3 found by meson to run build-aux/post-install.py