Skip to content

Commit

Permalink
build_deb_in_arm_chroot.sh: fix tar extract
Browse files Browse the repository at this point in the history
  • Loading branch information
jadonk committed Apr 18, 2016
1 parent cea2235 commit e683d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_deb_in_arm_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function setup_arm_chroot {
sudo mkdir ${CHROOT_DIR}
wget -c https://beagleboard.org/static/arm_debian_jessie.rootfs.tgz

tar xzf arm_debian_jessie.rootfs.tgz ${CHROOT_DIR}
tar xzf arm_debian_jessie.rootfs.tgz -C ${CHROOT_DIR}

echo "export ARCH=${ARCH}" > envvars.sh
echo "export TRAVIS_BUILD_DIR=${TRAVIS_BUILD_DIR}" >> envvars.sh
Expand Down

0 comments on commit e683d86

Please sign in to comment.