X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Makefile.org;h=c32c1ae1abe83f083525716e0e2a0e9270a51135;hp=92649cca673ed64f04123e138718a39b4f91ccf8;hb=137e7e3aa1e83af7c5194542e23aba38b3106548;hpb=56824b9658b12f09f5dde9c3e98e7a4c9637b7de diff --git a/Makefile.org b/Makefile.org index 92649cca67..c32c1ae1ab 100644 --- a/Makefile.org +++ b/Makefile.org @@ -434,6 +434,9 @@ update: depend errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_ # and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal # tar does not support the --files-from option. tar: + find . -type d -print | xargs chmod 755 + find . -type f -print | xargs chmod a+r + find . -type f -perm -0100 -print | xargs chmod a+x find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | sort > ../$(TARFILE).list; \ $(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list -cvf - | \ tardy --user_number=0 --user_name=openssl \