summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-05 23:31:19 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-05 23:31:19 +0100
commitd477235f735b6773f4db1917d113d1c646700f5b (patch)
treea88984b3aad16aa8c41fb414bcf3b24e82bee61a
parent1c283dc6f3b073f5ea7bdd612eee6875482b7cb4 (diff)
parent44de7bad23d3a365b7f9e2ad30a8a39eb4b60b92 (diff)
downloadembtoolkit-d477235f735b6773f4db1917d113d1c646700f5b.tar.gz
embtoolkit-d477235f735b6773f4db1917d113d1c646700f5b.tar.bz2
embtoolkit-d477235f735b6773f4db1917d113d1c646700f5b.tar.xz
Merge branch 'master' of http://www.embtoolkit.org/git/embtoolkit
-rw-r--r--packages/graphics/freefont/freefont.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/graphics/freefont/freefont.mk b/packages/graphics/freefont/freefont.mk
index 60312e9..c790365 100644
--- a/packages/graphics/freefont/freefont.mk
+++ b/packages/graphics/freefont/freefont.mk
@@ -81,9 +81,9 @@ $(FREEFONT_TTF_BUILD_DIR)/.installed: freetype_install ttmkfdir_install \
download_freefont_ttf:
$(call EMBTK_GENERIC_MESSAGE,"Downloading $(FREEFONT_TTF_PACKAGE) \
if necessary...")
- @test -e $(DOWNLOAD_DIR)/$(FREEFONT_PACKAGE) || \
- wget -O $(DOWNLOAD_DIR)/$(FREEFONT_PACKAGE) \
- $(FREEFONT_SITE)/$(FREEFONT_PACKAGE)
+ @test -e $(DOWNLOAD_DIR)/$(FREEFONT_TTF_PACKAGE) || \
+ wget -O $(DOWNLOAD_DIR)/$(FREEFONT_TTF_PACKAGE) \
+ $(FREEFONT_SITE)/$(FREEFONT_TTF_PACKAGE)
$(FREEFONT_TTF_BUILD_DIR)/.decompressed:
$(call EMBTK_GENERIC_MESSAGE,"Decompressing $(FREEFONT_TTF_PACKAGE)...")