summaryrefslogtreecommitdiff
path: root/sysui/desktop/debian
diff options
context:
space:
mode:
authorOliver Braun <obr@openoffice.org>2005-06-22 09:38:55 +0000
committerOliver Braun <obr@openoffice.org>2005-06-22 09:38:55 +0000
commit334cd1d9653457211ce402116adf5a12cdbe875d (patch)
tree91da61b85ee0ea63205bdc313e36073c18663023 /sysui/desktop/debian
parent6d06017a0cc16de89a55da4116aff5bcf9104123 (diff)
#i51092# essential fixes for debian menus to work
Diffstat (limited to 'sysui/desktop/debian')
-rw-r--r--sysui/desktop/debian/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysui/desktop/debian/makefile.mk b/sysui/desktop/debian/makefile.mk
index abd762895ea5..61e4c5d6e3e5 100644
--- a/sysui/desktop/debian/makefile.mk
+++ b/sysui/desktop/debian/makefile.mk
@@ -258,10 +258,12 @@ $(MISC)/$(TARGET)/$(DEBFILE:f)/usr/share/mime/packages/openoffice.org.xml : $(CO
$(MISC)/$(TARGET)/$(DEBFILE:f)/usr/bin/$(UNIXFILENAME) : ../share/openoffice.sh
@$(MKDIRHIER) $(@:d)
@cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME)/g" > $@
+ @chmod a+x $@
$(MISC)/$(TARGET)/$(DEBFILE:f)/usr/bin/$(UNIXFILENAME)-printeradmin : ../share/printeradmin.sh
@$(MKDIRHIER) $(@:d)
@cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME)/g" > $@
+ @chmod a+x $@
$(MISC)/$(TARGET)/$(DEBFILE:f)/usr/bin/soffice :
@$(MKDIRHIER) $(@:d)
@@ -269,7 +271,7 @@ $(MISC)/$(TARGET)/$(DEBFILE:f)/usr/bin/soffice :
$(MISC)/$(TARGET)/$(DEBFILE:f)/etc/$(UNIXFILENAME) :
@$(MKDIRHIER) $(@:d)
- @ln -sf /opt/openoffice.org-$(PKGVERSION) $@
+ @ln -sf /opt/openoffice.org$(PKGVERSION) $@
# --- packaging ---------------------------------------------------