From c495c08626f826092c7ff353d2c573e0248ea46f Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Thu, 2 Jan 2014 18:08:00 +0100 Subject: Default downloads directory name is "downloads" not "download" --- atari/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atari/Makefile.target b/atari/Makefile.target index f4dba23e7..283361355 100644 --- a/atari/Makefile.target +++ b/atari/Makefile.target @@ -168,7 +168,7 @@ endif $(Q)rm -rf $(PKGNAME) $(Q)mkdir $(ATARI_TARGET_DIR) $(Q)mkdir $(ATARI_TARGET_DIR)doc - $(Q)mkdir $(ATARI_TARGET_DIR)download + $(Q)mkdir $(ATARI_TARGET_DIR)downloads $(Q)mkdir $(ATARI_TARGET_DIR)res $(Q)mkdir $(ATARI_TARGET_DIR)res/fonts $(Q)mkdir $(ATARI_TARGET_DIR)res/icons -- cgit v1.2.3