From: Mehdi Dogguy <mehdi@debian.org>
Date: Tue, 3 Jan 2012 15:24:27 +0100
Subject: Disable CHMOD_RO invocations

---
 share/Makefile.common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/Makefile.common b/share/Makefile.common
index 0d9c74a..7d36c93 100644
--- a/share/Makefile.common
+++ b/share/Makefile.common
@@ -128,7 +128,7 @@ endif
 
 CAT	= cat
 CHMOD	= chmod
-CHMOD_RO= chmod a-w
+CHMOD_RO= true
 CHMOD_RW= sh -c \
 'for f in "$$@"; do \
   if test -e $$f; then chmod u+w $$f; fi \
