aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 5f1807f..6326389 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -841,13 +841,8 @@ uninstall-am:
install-data-local: $(DATADIRS)
- install -d -m 0755 $(DESTDIR)$(pkgdatadir)
- for d in "$(DATADIRS)"; do \
- install -d -m 0755 $(DESTDIR)$(pkgdatadir)$d ; \
- for f in $d; do \
- install -m 0644 $$f $(DESTDIR)$(pkgdatadir)$f ; \
- done ; \
- done
+ mkdir -p $(DESTDIR)$(pkgdatadir) ; \
+ find $(DATADIRS) -type f | xargs -I{} install -D -m 644 {} $(DESTDIR)$(pkgdatadir)/{}
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.