]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - tree/patches/tree-preserve-timestamps.patch
python-rrdtool: Update to version 0.1.5
[people/stevee/ipfire-3.x.git] / tree / patches / tree-preserve-timestamps.patch
1 diff -up tree-1.6.0/Makefile.preserve-timestamps tree-1.6.0/Makefile
2 --- tree-1.6.0/Makefile.preserve-timestamps 2011-06-27 16:11:26.000000000 +0100
3 +++ tree-1.6.0/Makefile 2011-06-27 16:12:36.394443602 +0100
4 @@ -97,9 +97,9 @@ install: tree
5 install -d $(BINDIR)
6 install -d $(MANDIR)
7 if [ -e $(TREE_DEST) ]; then \
8 - install $(TREE_DEST) $(BINDIR)/$(TREE_DEST); \
9 + install -p $(TREE_DEST) $(BINDIR)/$(TREE_DEST); \
10 fi
11 - install doc/$(MAN) $(MANDIR)/$(MAN)
12 + install -p doc/$(MAN) $(MANDIR)/$(MAN)
13
14 distclean:
15 if [ -f tree.o ]; then rm *.o; fi