Blame SOURCES/tree-preserve-timestamps.patch

c3507a
 Makefile | 4 ++--
c3507a
 1 file changed, 2 insertions(+), 2 deletions(-)
c3507a
c3507a
diff --git a/Makefile b/Makefile
c3507a
index 842281e..ee7fbe6 100644
c3507a
--- a/Makefile
c3507a
+++ b/Makefile
c3507a
@@ -112,9 +112,9 @@ install: tree
c3507a
 	install -d $(BINDIR)
c3507a
 	install -d $(MANDIR)
c3507a
 	if [ -e $(TREE_DEST) ]; then \
c3507a
-		install $(TREE_DEST) $(BINDIR)/$(TREE_DEST); \
c3507a
+		install -p $(TREE_DEST) $(BINDIR)/$(TREE_DEST); \
c3507a
 	fi
c3507a
-	install doc/$(MAN) $(MANDIR)/$(MAN)
c3507a
+	install -p doc/$(MAN) $(MANDIR)/$(MAN)
c3507a
 
c3507a
 distclean:
c3507a
 	if [ -f tree.o ]; then rm *.o; fi