You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
13 lines
462 B
Diff
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
|