This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 6d0f99fa0f018a25126d445cf1267af3b35f3fe7
Author: Herbert Dürr <h...@apache.org>
AuthorDate: Thu Jul 3 12:35:27 2014 +0000

    #i125176# fix the Debian control-file-bad-permission problem
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1607610 
13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 3add34bf44c948c458c3c899c456229e6acc31d7)
---
 main/sysui/desktop/debian/makefile.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/sysui/desktop/debian/makefile.mk 
b/main/sysui/desktop/debian/makefile.mk
index de6d7d0f5f..f955d7e895 100644
--- a/main/sysui/desktop/debian/makefile.mk
+++ b/main/sysui/desktop/debian/makefile.mk
@@ -87,7 +87,7 @@ $(DEBFILES) : makefile.mk control postinst postrm prerm
        -$(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)

Reply via email to