diff --git a/lrde-upload.sh b/lrde-upload.sh index 243a2c7c2..5a6968757 100755 --- a/lrde-upload.sh +++ b/lrde-upload.sh @@ -14,6 +14,8 @@ VERSION=`autoconf --trace='AC_INIT:$2'` DEST=/lrde/dload/spot/snapshots/ +umask 022 + rm -rf $DEST/$rev.tmp mkdir -p $DEST/$rev.tmp cp -pR doc/spot.html $DEST/$rev.tmp