summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2010-09-10 17:05:00 +0200
committerJoachim Lingner <jl@openoffice.org>2010-09-10 17:05:00 +0200
commit9ec25654f39e2b3a3b90b811fde6949fe379ffcd (patch)
tree0c0691d9a13da49506776893653a12d12b432515 /sdext
parent3c224c60cc23cbd5d9c54f254f0ed5f20f995c7f (diff)
jl158 #i114008# sed problem on solaris fixed
Diffstat (limited to 'sdext')
-rwxr-xr-xsdext/source/presenter/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk
index eacc4c726725..687ac514ca57 100755
--- a/sdext/source/presenter/makefile.mk
+++ b/sdext/source/presenter/makefile.mk
@@ -305,7 +305,7 @@ $(ZIP1DIR)$/help$/component.txt : help$/$$(@:f)
$(ZIP1DIR)$/help$/%$/com.sun.PresenterScreen-$(PLATFORMID)$/presenter.xhp : $(COMMONMISC)/%/com.sun.PresenterScreen/presenter.xhp
@echo creating $@
@@-$(MKDIRHIER) $(@:d)
- $(TYPE) $< | sed "s/PLATFORMID/$(PLATFORMID)/ ; s/@PRESENTEREXTENSIONPRODUCTNAME@/Presenter Console/g " > $@
+ $(TYPE) $< | sed "s/PLATFORMID/$(PLATFORMID)/" | sed 's/@PRESENTEREXTENSIONPRODUCTNAME@/Presenter Console/g' > $@
$(ZIP1TARGETN) : $(HELPLINKALLTARGETS)