diff --git a/contrib/gana-update.sh b/contrib/gana-update.sh index e16c67413..b20bbaa1d 100755 --- a/contrib/gana-update.sh +++ b/contrib/gana-update.sh @@ -22,6 +22,7 @@ ensure () if ! diff $src $dst > /dev/null then + test ! -f $dst || chmod +w $dst cp $src $dst chmod -w $dst fi