diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-11 13:45:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-11 13:45:14 +0000 |
commit | cb7695b1bf4239f9c24e63e52e98b8c5677e6341 (patch) | |
tree | 9458818466298253d571f98e7c040b095b77a4f4 /sysui/desktop/debian/makefile.mk | |
parent | 21f4a05f7687d0e94f441df4abe9075eff21a07c (diff) |
#i10000#: restore group writing rights
Diffstat (limited to 'sysui/desktop/debian/makefile.mk')
-rw-r--r-- | sysui/desktop/debian/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysui/desktop/debian/makefile.mk b/sysui/desktop/debian/makefile.mk index 31def48b7018..284415b58f73 100644 --- a/sysui/desktop/debian/makefile.mk +++ b/sysui/desktop/debian/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: hr $ $Date: 2006-04-19 15:27:14 $ +# last change: $Author: hr $ $Date: 2006-05-11 14:45:14 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -264,5 +264,6 @@ $(DEBFILE) : $(DEBDEPN) control postinst postrm prerm /bin/bash -c "LD_PRELOAD=$(SOLARBINDIR)/getuid.so dpkg-deb --build $(MISC)/$(TARGET)/$(@:f) $@" && $(TOUCH) $(MISC)$/$(TARGET).debflag +$(TYPE) $(MISC)$/$(TARGET).debflag || echo "ERROR: packing $(TARGET) failed! " @$(RM) -r $(MISC)/$(TARGET)/$(@:f)/DEBIAN + @chmod -R g+w $(MISC)/$(TARGET)/$(DEBFILE:f) .ENDIF |