mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gdbus-codegen: Revert to using /usr/bin/env for Python
After a lot of discussion, we decided /usr/bin/env is the most flexible for now. https://bugzilla.gnome.org/show_bug.cgi?id=650763
This commit is contained in:
parent
cd0cd95078
commit
acb5b852c1
@ -23,7 +23,7 @@ CLEANFILES += gdbus-codegen
|
|||||||
EXTRA_DIST += gdbus-codegen.in
|
EXTRA_DIST += gdbus-codegen.in
|
||||||
|
|
||||||
gdbus-codegen: gdbus-codegen.in Makefile
|
gdbus-codegen: gdbus-codegen.in Makefile
|
||||||
$(AM_V_GEN) sed -e 's,@libdir\@,$(libdir),' -e 's,@PYTHON\@,$(PYTHON),' $< > $@.tmp && mv $@.tmp $@
|
$(AM_V_GEN) sed -e 's,@libdir\@,$(libdir),' $< > $@.tmp && mv $@.tmp $@
|
||||||
@chmod a+x $@
|
@chmod a+x $@
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!@PYTHON@
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# GDBus - GLib D-Bus Library
|
# GDBus - GLib D-Bus Library
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user