Files
macports-ports/gnome/gnumeric/files/patch-python-introspection-install-fix.diff
2019-11-21 22:18:09 -08:00

13 lines
462 B
Diff

--- introspection/Makefile.am.orig 2019-11-21 21:18:01.000000000 -0800
+++ introspection/Makefile.am 2019-11-21 21:19:31.000000000 -0800
@@ -5,7 +5,8 @@
if HAVE_INTROSPECTION
if HAVE_PYTHON_GI
install-data-local:
- install -D -m 0444 -t $(DESTDIR)@GIOVERRIDESDIR@ gi/overrides/Gnm.py
+ install -d -m 0755 $(DESTDIR)@GIOVERRIDESDIR@
+ install -m 0444 gi/overrides/Gnm.py $(DESTDIR)@GIOVERRIDESDIR@
uninstall-local:
rm -f $(DESTDIR)@GIOVERRIDESDIR@/Gnm.py