summaryrefslogtreecommitdiffstats
path: root/devel/gobject-introspection/files/patch-tests_scanner_Makefile.in
blob: c307cae1e757bde00685fcfeef9fa87cdba05076 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- tests/scanner/Makefile.in.orig  2010-09-11 12:38:09.000000000 +0000
+++ tests/scanner/Makefile.in   2010-09-11 12:38:40.000000000 +0000
@@ -949,7 +949,8 @@
 
 install-data-local:
    for src in $(libregress_la_SOURCES); 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
 
 Regress-1.0.gir: $(top_builddir)/gir/Gio-2.0.gir libregress.la