Skip to content

Commit e683d86

Browse files
committed
build_deb_in_arm_chroot.sh: fix tar extract
1 parent cea2235 commit e683d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_deb_in_arm_chroot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function setup_arm_chroot {
2020
sudo mkdir ${CHROOT_DIR}
2121
wget -c https://beagleboard.org/static/arm_debian_jessie.rootfs.tgz
2222

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

2525
echo "export ARCH=${ARCH}" > envvars.sh
2626
echo "export TRAVIS_BUILD_DIR=${TRAVIS_BUILD_DIR}" >> envvars.sh

0 commit comments

Comments
 (0)