From e1f691357c043956993fafdb22fe25e6b57a7051 Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 11 Sep 2010 10:54:35 +0000 Subject: Update to 0.9.5. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14561 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/gobject-introspection/files/patch-tests_Makefile.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 devel/gobject-introspection/files/patch-tests_Makefile.in (limited to 'devel/gobject-introspection/files/patch-tests_Makefile.in') 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. -- cgit v1.2.3