You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2014/07/03 14:35:27 UTC

svn commit: r1607610 - /openoffice/trunk/main/sysui/desktop/debian/makefile.mk

Author: hdu
Date: Thu Jul  3 12:35:27 2014
New Revision: 1607610

URL: http://svn.apache.org/r1607610
Log:
#i125176# fix the Debian control-file-bad-permission problem

Modified:
    openoffice/trunk/main/sysui/desktop/debian/makefile.mk

Modified: openoffice/trunk/main/sysui/desktop/debian/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sysui/desktop/debian/makefile.mk?rev=1607610&r1=1607609&r2=1607610&view=diff
==============================================================================
--- openoffice/trunk/main/sysui/desktop/debian/makefile.mk (original)
+++ openoffice/trunk/main/sysui/desktop/debian/makefile.mk Thu Jul  3 12:35:27 2014
@@ -81,7 +81,7 @@ $(DEBFILES) : makefile.mk control postin
 	-$(RM) $(@:d)$(@:f:s/_/ /:1)_*
 	$(RM) -r $(MISC)$/$(@:b)
 	dmake $(MISC)$/$(@:b)$/DEBIAN$/{control postinst postrm prerm} 
-	@chmod -R o-w $(MISC)$/$(@:b)
+	@chmod -R go-w $(MISC)$/$(@:b)
 	@chmod a+rx $(MISC)$/$(@:b)$/DEBIAN $(MISC)/$(@:b)/DEBIAN/post* $(MISC)/$(@:b)/DEBIAN/pre*
 	@chmod g-s $(MISC)/$(@:b)/DEBIAN
 	@mkdir -p $(PKGDIR)