mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Bug 553724 – python interpretter path not patched in correctly
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. svn path=/trunk/; revision=7546
This commit is contained in:
parent
40e192abf2
commit
93d9e7abf4
@ -1,4 +1,10 @@
|
||||
@008-09-26 Matthias Clasen <mclasen@redhat.com>
|
||||
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.
|
||||
|
||||
2008-09-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gmain.c: Add some more docs.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user