diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2013-10-16 14:24:48 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2013-10-16 14:24:48 +0200 |
commit | ab603ad3b667132cc0c08a46c3f0eacc4b783b8a (patch) | |
tree | 2833bcdb810ad5e776f1f4e7cfde60119867e1fa /buildconf | |
parent | d467cba5047fee461fa48c3cf389504fbe5174fd (diff) |
build: fix cp destination in sample script
Diffstat (limited to 'buildconf')
-rw-r--r-- | buildconf/export | 2 |
1 files changed, 1 insertions, 1 deletions
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" |