[Buildroot] [PATCH] Fix default skeleton path

Malte Starostik m-starostik at versanet.de
Mon Jul 19 06:25:01 UTC 2010


Signed-off-by: Malte Starostik <m-starostik at versanet.de>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 744cae4..f6e02bc 100644
--- a/Makefile
+++ b/Makefile
@@ -271,7 +271,7 @@ STAMP_DIR:=$(BASE_DIR)/stamps
 BINARIES_DIR:=$(BASE_DIR)/images
 TARGET_DIR:=$(BASE_DIR)/target
 TOOLCHAIN_DIR=$(BASE_DIR)/toolchain
-TARGET_SKELETON=$(BASE_DIR)/fs/skeleton
+TARGET_SKELETON=$(TOPDIR)/fs/skeleton
 
 BR2_DEPENDS_DIR=$(BUILD_DIR)/buildroot-config
 
-- 
1.7.1




More information about the buildroot mailing list