diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 08:31:28 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 08:31:28 +0000 |
commit | 69e61a835c503691c54e19d89a126a3fe34422ed (patch) | |
tree | e830dba8574962f407cc4f838a81c522e2a5cedc /sysui | |
parent | c7830bf311cdfb58556647db7802314337be653e (diff) |
INTEGRATION: CWS systemint02 (1.12.2); FILE MERGED
2006/06/06 12:37:15 ihi 1.12.2.1: #i66165# restore group permisions
Diffstat (limited to 'sysui')
-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 284415b58f73..6338a794d74f 100644 --- a/sysui/desktop/debian/makefile.mk +++ b/sysui/desktop/debian/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: hr $ $Date: 2006-05-11 14:45:14 $ +# last change: $Author: ihi $ $Date: 2006-06-29 09:31:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -263,6 +263,7 @@ $(DEBFILE) : $(DEBDEPN) control postinst postrm prerm @chmod g-s $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN /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! " + @chmod -R g+w $(MISC)/$(TARGET)/$(DEBFILE:f) @$(RM) -r $(MISC)/$(TARGET)/$(@:f)/DEBIAN @chmod -R g+w $(MISC)/$(TARGET)/$(DEBFILE:f) |