]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - tree/patches/tree-preserve-timestamps.patch
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x into samba4
[people/amarx/ipfire-3.x.git] / tree / patches / tree-preserve-timestamps.patch
diff --git a/tree/patches/tree-preserve-timestamps.patch b/tree/patches/tree-preserve-timestamps.patch
deleted file mode 100644 (file)
index 2e432a5..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -up tree-1.6.0/Makefile.preserve-timestamps tree-1.6.0/Makefile
---- tree-1.6.0/Makefile.preserve-timestamps    2011-06-27 16:11:26.000000000 +0100
-+++ tree-1.6.0/Makefile        2011-06-27 16:12:36.394443602 +0100
-@@ -97,9 +97,9 @@ install: tree
-       install -d $(BINDIR)
-       install -d $(MANDIR)
-       if [ -e $(TREE_DEST) ]; then \
--              install $(TREE_DEST) $(BINDIR)/$(TREE_DEST); \
-+              install -p $(TREE_DEST) $(BINDIR)/$(TREE_DEST); \
-       fi
--      install doc/$(MAN) $(MANDIR)/$(MAN)
-+      install -p doc/$(MAN) $(MANDIR)/$(MAN)
- distclean:
-       if [ -f tree.o ]; then rm *.o; fi