mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 14:13:41 +02:00
Change the hardcoded /usr/bin/python shebag from gdbus-codegen.in into @PYTHON@. Is used in Makefile.am to use detected python binary. $(AM_V_GEN) sed -e 's,@libdir\@,$(libdir),' -e 's,@PYTHON\@,$(PYTHON),' $< > $@.tmp && mv $@.tmp $@ Signed-off-by: Ionut Biru <ibiru@archlinux.org> https://bugzilla.gnome.org/show_bug.cgi?id=657274