summaryrefslogtreecommitdiff
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
commit6e673b3b275a5008c654c4bbfb41709d30cd62af (patch)
treeb9a415494780c6cb86d0dfcf2d69a9da9cc436bd
parentc6d30578f94bebfe154237496eceedd338d5982b (diff)
fix presenter screens description.xml build
-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 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"