mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Install gdb Python helpers as data, not as executable scripts
They do not start with the #!/usr/bin/python that would be necessary to make them run with Python rather than a shell, and they would not be useful to run anyway: they are libraries to be imported, not scripts to be run. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
e89513e829
commit
e3f59e482b
@ -478,7 +478,7 @@ dist-hook: $(BUILT_EXTRA_DIST) $(top_builddir)/win32/vs9/glib.vcproj $(top_build
|
||||
|
||||
# install gdb scripts
|
||||
gdbdir = $(datadir)/glib-2.0/gdb
|
||||
dist_gdb_SCRIPTS = glib_gdb.py
|
||||
dist_gdb_DATA = glib_gdb.py
|
||||
|
||||
libglib-gdb.py: libglib-gdb.py.in
|
||||
$(AM_V_GEN) $(SED) -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libglib-gdb.py.in > $(builddir)/libglib-gdb.py
|
||||
|
@ -261,7 +261,7 @@ distclean-local:
|
||||
|
||||
# install gdb scripts
|
||||
gdbdir = $(datadir)/glib-2.0/gdb
|
||||
dist_gdb_SCRIPTS = gobject_gdb.py
|
||||
dist_gdb_DATA = gobject_gdb.py
|
||||
|
||||
libgobject-gdb.py: libgobject-gdb.py.in
|
||||
$(AM_V_GEN) $(SED) -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libgobject-gdb.py.in > $(builddir)/libgobject-gdb.py
|
||||
|
Loading…
Reference in New Issue
Block a user