commit | 3b7685823ca62469499f6e4354cce8cfea6e8ee1 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 17:40:20 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 17:40:20 2011 -0700 |
tree | 2f6cf2788c3dea4239f539e5cbf337d5a5a1d132 | |
parent | 96dffbcdcedc65d1c5fc51f203c382744a7ba017 [diff] [blame] |
extract tarball in image dir
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index 53ada3e..accc37b 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -44,7 +44,7 @@ # download the base uec image if we haven't already if [ ! -f $tarball ]; then curl $uec_url -o $tarball - tar -Sxvzf $tarball $image_dir + (cd $image_dir && tar -Sxvzf $tarball) cp $image_dir/*.img $image_dir/disk cp $image_dir/*-vmlinuz-virtual $image_dir/kernel fi