Don't include top-level CVS directory.

This commit is contained in:
Ben Laurie 1999-05-21 08:38:17 +00:00
parent 31a352d191
commit d76c85a301

View File

@ -294,7 +294,7 @@ errors:
tar:
@tar --norecurse -cvf - \
`find * -depth \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS | sort` |\
`find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS | sort` |\
tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \
--prefix=openssl-$(VERSION) - |\