summaryrefslogtreecommitdiffstats
path: root/sdext
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2011-01-12 10:03:30 +0100
committerRene Engelhard <rene@debian.org>2011-01-12 10:04:37 +0100
commit5df5b4b8da20d9016b958812b6c42267caadd2fc (patch)
tree31e0b7c12148057b96583e9c16331a01d1ac6c46 /sdext
parentPlease, ignore the previous message; it was for the libreoffice-3-3-0 branch (diff)
downloadcore-5df5b4b8da20d9016b958812b6c42267caadd2fc.tar.gz
core-5df5b4b8da20d9016b958812b6c42267caadd2fc.zip
fix presenter screens description.xml build
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 696d0e5e764f..9e25e3468dbf 100755
--- a/sdext/source/presenter/makefile.mk
+++ b/sdext/source/presenter/makefile.mk
@@ -372,7 +372,7 @@ PHONYDESC=.PHONY
$(DESCRIPTION) $(PHONYDESC) : $$(@:f)
@-$(MKDIRHIER) $(@:d)
@echo LAST_WITH_LANG=$(WITH_LANG) > $(ZIP1DIR)_lang_track.mk
- $(TYPE) description.tmp | sed s/UPDATED_PLATFORM/$(PLATFORMID)/ > $@
+ $(TYPE) description.xml | sed s/UPDATED_PLATFORM/$(PLATFORMID)/ > $@
.ENDIF # "$(ENABLE_PRESENTER_SCREEN)" != "NO"