From ab603ad3b667132cc0c08a46c3f0eacc4b783b8a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 16 Oct 2013 14:24:48 +0200 Subject: build: fix cp destination in sample script --- buildconf/export | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf/export b/buildconf/export index cd41736..4b81c7b 100644 --- a/buildconf/export +++ b/buildconf/export @@ -11,7 +11,7 @@ fi if [ $FIRST_TIME -eq 1 ]; then mkdir -p conf - cp ../stuff/meta-toradex/buildconf/*.conf + cp ../stuff/meta-toradex/buildconf/*.conf conf/ echo "" $ECHO -e "\033[1mA sample conf/local.conf file has been created" -- cgit v1.2.3