summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f2abb4f1..a5075109 100644
--- a/Makefile
+++ b/Makefile
@@ -273,8 +273,8 @@ install-tests:
$(V)rm -rf tst
$(V)mkdir -p $(DESTDIR)$(datadir)
$(call ABBREV3,INSTALL,$(DESTDIR)$(datadir),tests)
- $(V)(find tests | cpio -co 2> /dev/null) \
- | (cd $(DESTDIR)$(datadir) ; cpio -idu 2> /dev/null)
+ $(V)(find tests | cpio -o 2> /dev/null) \
+ | (cd $(DESTDIR)$(datadir) ; cpio -idum 2> /dev/null)
$(V)(echo "#!/bin/sh" ; \
echo "set -ex" ; \
echo "cd $(datadir)" ; \