summaryrefslogtreecommitdiffstats
path: root/devel/gobject-introspection/files/patch-tests_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gobject-introspection/files/patch-tests_Makefile.in')
-rw-r--r--devel/gobject-introspection/files/patch-tests_Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gobject-introspection/files/patch-tests_Makefile.in b/devel/gobject-introspection/files/patch-tests_Makefile.in
new file mode 100644
index 000000000..74966e82b
--- /dev/null
+++ b/devel/gobject-introspection/files/patch-tests_Makefile.in
@@ -0,0 +1,12 @@
+--- tests/Makefile.in.orig 2010-09-11 12:39:37.000000000 +0000
++++ tests/Makefile.in 2010-09-11 12:39:59.000000000 +0000
+@@ -805,7 +805,8 @@
+
+ install-data-local:
+ for src in everything.c everything.h gimarshallingtests.c gimarshallingtests.h; do \
+- install -m 644 -D $$src $(DESTDIR)$(datadir)/gobject-introspection-1.0/tests/$$src; \
++ install -m 644 -d $(DESTDIR)$(datadir)/gobject-introspection-1.0/tests/; \
++ install -m 644 $$src $(DESTDIR)$(datadir)/gobject-introspection-1.0/tests/$$src; \
+ done
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.