summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-01-30 10:32:17 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-01-30 10:32:17 +0000
commit10fe34c7cf70f1dee179ae7dad989abc3506e4c5 (patch)
treec33981ad1e54d6668a66e21b2604e9e2a7309e3e
parent537b90ed3517d198da5c7fa9509c3b04586b1453 (diff)
downloadfedora-doc-utils-10fe34c7cf70f1dee179ae7dad989abc3506e4c5.tar.gz
fedora-doc-utils-10fe34c7cf70f1dee179ae7dad989abc3506e4c5.tar.xz
fedora-doc-utils-10fe34c7cf70f1dee179ae7dad989abc3506e4c5.zip
Remove harmless debugging cruft.
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index a0a6d84..7bba155 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -343,7 +343,7 @@ $(DOCBASE)-$(VERSION).src.tar.gz::
-o -name '*.tar.gz' \
-o -name '*.tmp' \
-o -name '${DOCBASE}-${VERSION}' \
- ')' -prune -o -print | tee /tmp/log.files | cpio -pamdv $(DOCBASE)-$(VERSION)
+ ')' -prune -o -print | cpio -pamdv $(DOCBASE)-$(VERSION)
tar -zcvf $@ $(DOCBASE)-$(VERSION)/
${RM} -r $(DOCBASE)-$(VERSION)