[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sdext/source
René Engelhard
rene at kemper.freedesktop.org
Wed Jan 12 01:04:51 PST 2011
sdext/source/presenter/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6e673b3b275a5008c654c4bbfb41709d30cd62af
Author: Rene Engelhard <rene at debian.org>
Date: Wed Jan 12 10:03:30 2011 +0100
fix presenter screens description.xml build
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk
index 696d0e5..9e25e34 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"
More information about the Libreoffice-commits
mailing list