glib r7546 - in trunk: . glib
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7546 - in trunk: . glib
- Date: Fri, 26 Sep 2008 14:28:25 +0000 (UTC)
Author: matthiasc
Date: Fri Sep 26 14:28:25 2008
New Revision: 7546
URL: http://svn.gnome.org/viewvc/glib?rev=7546&view=rev
Log:
2008-09-26 Matthias Clasen <mclasen redhat com>
Bug 553724 â python interpretter path not patched in correctly
* glib/Makefile.am: Fix the sed magic to replace python.
Modified:
trunk/ChangeLog
trunk/glib/Makefile.am
Modified: trunk/glib/Makefile.am
==============================================================================
--- trunk/glib/Makefile.am (original)
+++ trunk/glib/Makefile.am Fri Sep 26 14:28:25 2008
@@ -347,7 +347,7 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]