aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d692b8c..c4e8450 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -843,7 +843,8 @@ uninstall-am:
install-data-local: $(DATADIRS)
mkdir -p $(DESTDIR)$(pkgdatadir) ; \
- find $(DATADIRS) -type f | xargs -I{} install -D -m 644 {} $(DESTDIR)$(pkgdatadir)/{}
+ for d in $(DATADIRS); do mkdir -p "$(DESTDIR)$(pkgdatadir)/$$d"; done ; \
+ find $(DATADIRS) -type f | xargs -I{} install -m 644 {} $(DESTDIR)$(pkgdatadir)/{}
download-data:
( cd $(srcdir) ; \