Skip to content

Commit 06c94dd

Browse files
committed
Fix permissions in the bundle.
Make sure group and others have no write access.
1 parent 6babd68 commit 06c94dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Linux/makedist

+1
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ ListSkipOrBuild "create diffpy_cmi tarball" || {
416416
rsync -av --delete --link-dest=$BASEDIR \
417417
--exclude=$PACKAGE --exclude=${^excludes} \
418418
${sourcepaths?} $PACKAGE/
419+
chmod -R go-w $PACKAGE
419420
# finally create the tar bundle
420421
$TAR czf ${PACKAGE}.tar.gz \
421422
--directory ${PACKAGE:h} \

0 commit comments

Comments
 (0)