From 93d9e7abf4b31b529d1aab1c3115f5230c78a0ff Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 26 Sep 2008 14:28:25 +0000 Subject: [PATCH] =?utf8?q?Bug=20553724=20=E2=80=93=20python=20interpretter?= =?utf8?q?=20path=20not=20patched=20in=20correctly?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2008-09-26 Matthias Clasen Bug 553724 – python interpretter path not patched in correctly * glib/Makefile.am: Fix the sed magic to replace python. svn path=/trunk/; revision=7546 --- ChangeLog | 8 +++++++- glib/Makefile.am | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b6c0ab6..7069c18d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -@008-09-26 Matthias Clasen +2008-09-26 Matthias Clasen + + Bug 553724 – python interpretter path not patched in correctly + + * glib/Makefile.am: Fix the sed magic to replace python. + +2008-09-26 Matthias Clasen * glib/gmain.c: Add some more docs. diff --git a/glib/Makefile.am b/glib/Makefile.am index 94556b6a..c6f20bbc 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -347,7 +347,7 @@ install-exec-hook: mv -f "$(DESTDIR)$(bindir)/$$sf" "$(DESTDIR)$(bindir)/$$sf".tmp \ && sed < "$(DESTDIR)$(bindir)/$$sf".tmp > "$(DESTDIR)$(bindir)/$$sf" \ -e '1,24s|^ *#@PKGINSTALL_CONFIGVARS_IN24LINES@| ${CONFIGVARS}|' \ - -e '1,1s|#!/usr/bin/env python\([0-9]\+\(\.[0-9]\+\)\?\)\?|#!${PYTHON}|' \ + -e '1,1s|#! /usr/bin/env python\([0-9]\+\(\.[0-9]\+\)\?\)\?|#!${PYTHON}|' \ || exit $$? ; \ rm -f "$(DESTDIR)$(bindir)/$$sf".tmp ; \ done -- 2.34.1