Files

13 lines
462 B
Diff
Raw Permalink Normal View History

2019-11-21 22:09:37 -08:00
--- introspection/Makefile.am.orig 2019-11-21 21:18:01.000000000 -0800
+++ introspection/Makefile.am 2019-11-21 21:19:31.000000000 -0800
2018-05-04 13:12:59 -07:00
@@ -5,7 +5,8 @@
if HAVE_INTROSPECTION
if HAVE_PYTHON_GI
install-data-local:
2019-11-21 22:09:37 -08:00
- install -D -m 0444 -t $(DESTDIR)@GIOVERRIDESDIR@ gi/overrides/Gnm.py
2018-05-04 13:12:59 -07:00
+ install -d -m 0755 $(DESTDIR)@GIOVERRIDESDIR@
+ install -m 0444 gi/overrides/Gnm.py $(DESTDIR)@GIOVERRIDESDIR@
uninstall-local:
2019-11-21 22:09:37 -08:00
rm -f $(DESTDIR)@GIOVERRIDESDIR@/Gnm.py