GNOME Bugzilla – Bug 726909
#!/usr/bin/python in build/tap-driver and build/tap-gtester
Last modified: 2019-02-22 11:58:05 UTC
Some systems may not have python installed in /usr/bin. Can we change it to /usr/bin/env python?
I found build/tap-driver and build/tap-gtester are not part of gcr ...
(In reply to comment #1) > I found build/tap-driver and build/tap-gtester are not part of gcr ... I am sorry for the wrong comment. They are included in the gcr.
The same problem exists in libsecret.
Created attachment 272682 [details] [review] build: Use /usr/bin/env to find python
Comment on attachment 272682 [details] [review] build: Use /usr/bin/env to find python Attachment 272682 [details] pushed as 5b3a10b - build: Use /usr/bin/env to find python
This problem also exists in gnome-keyring: gnome-keyring: build/tap-gtester gnome-keyring: build/tap-driver
Created attachment 272685 [details] [review] build: Use /usr/bin/env to find python
Attachment 272685 [details] pushed as dfb55f4 - build: Use /usr/bin/env to find python