From 5533af37fd30931afc78968aae6ec851c55235c2 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 10 Feb 2009 12:35:36 +0100 Subject: [PATCH] nrelease: Exclude distfiles as well when we tar pkgsrc. --- nrelease/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrelease/Makefile b/nrelease/Makefile index 9fe8cbcad9..f6343d3e1a 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -264,7 +264,7 @@ buildiso: # Release DVD: Full sources (~90M) and the full pkgsrctree (~27M) # syssrcs: - cd ${PKGSRC_PATH} && tar --exclude work --exclude CVS --exclude .git \ + cd ${PKGSRC_PATH} && tar --exclude distfiles --exclude work --exclude CVS --exclude .git \ -czf ${ISOROOT}/usr/pkgsrc-all.tgz . .if make(gui) rm -f ${ISOROOT}/usr/src-sys.tgz -- 2.41.0