Don't include top-level CVS directory.
This commit is contained in:
parent
31a352d191
commit
d76c85a301
@ -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) - |\
|
||||
|
Loading…
x
Reference in New Issue
Block a user