diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:33:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:33:23 +0000 |
commit | 48fcbda3a1bff606fa140decc456092028e2a70b (patch) | |
tree | 470179837f9d38ab64fa9b3a62c55d61b220e3dc /sysui/desktop/debian/makefile.mk | |
parent | c3b16d825ab6b1a432ef4c682b6b02c8715b540b (diff) |
INTEGRATION: CWS ause069 (1.15.24); FILE MERGED
2007/01/11 00:31:04 hjs 1.15.24.3: RESYNC: (1.16-1.17); FILE MERGED
2006/12/04 22:44:40 hjs 1.15.24.2: RESYNC: (1.15-1.16); FILE MERGED
2006/11/24 14:40:36 hjs 1.15.24.1: #i70359# remove forced shell calls
Diffstat (limited to 'sysui/desktop/debian/makefile.mk')
-rw-r--r-- | sysui/desktop/debian/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/desktop/debian/makefile.mk b/sysui/desktop/debian/makefile.mk index 3acdf59833f1..1e940d5773ff 100644 --- a/sysui/desktop/debian/makefile.mk +++ b/sysui/desktop/debian/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: ihi $ $Date: 2006-12-18 16:37:21 $ +# last change: $Author: obo $ $Date: 2007-01-25 15:33:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -279,7 +279,7 @@ $(DEBFILE) : $(DEBDEPN) control postinst postrm prerm @chmod a+rx $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN/post* $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN/pre* @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! " + @$(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) |