From ea3acedb26efe998058a43a3521b49462b74fa54 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 27 Jun 2008 10:34:18 +0000 Subject: [PATCH] keep mtime in tgz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7dea730..ff4bf18 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ install: $(builddir)/pgbouncer doc-install tgz: config.mak $(DISTFILES) $(MANPAGES) rm -rf $(FULL) $(FULL).tgz mkdir $(FULL) - (for f in $(DISTFILES); do echo $$f; done) | cpio -p $(FULL) + (for f in $(DISTFILES); do echo $$f; done) | cpio -pm $(FULL) tar czf $(FULL).tgz $(FULL) rm -rf $(FULL) -- 2.39.5