Use detected PYTHON shebang in gdbus-codegen
authorIonut Biru <ibiru@archlinux.org>
Wed, 24 Aug 2011 19:09:53 +0000 (19:09 +0000)
committerColin Walters <walters@verbum.org>
Thu, 25 Aug 2011 17:35:35 +0000 (13:35 -0400)
commit33831bda2465c8f1e5d4a3fd2bf4e3618a812282
treeb3739a97eca1786ef513c588c90d11311f1a8897
parentfe8ca95882a88877ff8a7eac817a4d33149767c1
Use detected PYTHON shebang in gdbus-codegen

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
gio/gdbus-codegen/gdbus-codegen.in