diff options
author | Rene Engelhard <rene@debian.org> | 2011-01-12 10:03:30 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2011-01-12 10:04:37 +0100 |
commit | 6e673b3b275a5008c654c4bbfb41709d30cd62af (patch) | |
tree | b9a415494780c6cb86d0dfcf2d69a9da9cc436bd | |
parent | c6d30578f94bebfe154237496eceedd338d5982b (diff) |
fix presenter screens description.xml build
-rwxr-xr-x | sdext/source/presenter/makefile.mk | 2 |
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" |