commit 99db01bfe0e6d61171189d85b2b30c036bbc94bd
Author: Simó Albert i Beltran <sim6@probeta.net>
Date:   Sat Jun 23 21:40:18 2012 +0200

    Fix link creation of files directory, closes #163.

diff --git a/Makefile b/Makefile
index 8793902..e2fa654 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ define checkout_src
 	mkdir -p dl
 	ln -fs ../../dl $(BUILD_DIR)/$(TARGET)/dl
 	ln -fs ../qmp/files $(BUILD_DIR)/$(TARGET)/files
-	ln -fs $(BUILD_DIR)/qmp/files files
+	ln -fs $(BUILD_DIR)/qmp/files
 	rm -rf $(BUILD_DIR)/$(TARGET)/feeds/
 	cp -f $(BUILD_DIR)/qmp/feeds.conf $(BUILD_DIR)/$(TARGET)/
 	sed -i -e "s|PATH|`pwd`/$(BUILD_DIR)|" $(BUILD_DIR)/$(TARGET)/feeds.conf
