Merge "Only chown tmp dirs when they are a tmpfs mount"
This commit is contained in:
commit
c2a0b7e949
@ -37,8 +37,8 @@ function mk_build_dir () {
|
|||||||
if tmpfs_check ; then
|
if tmpfs_check ; then
|
||||||
sudo mount -t tmpfs tmpfs $TMP_BUILD_DIR
|
sudo mount -t tmpfs tmpfs $TMP_BUILD_DIR
|
||||||
sudo mount -t tmpfs tmpfs $TMP_IMAGE_DIR
|
sudo mount -t tmpfs tmpfs $TMP_IMAGE_DIR
|
||||||
|
sudo chown $(id -u):$(id -g) $TMP_BUILD_DIR $TMP_IMAGE_DIR
|
||||||
fi
|
fi
|
||||||
sudo chown $(id -u):$(id -g) $TMP_BUILD_DIR $TMP_IMAGE_DIR
|
|
||||||
trap trap_cleanup EXIT
|
trap trap_cleanup EXIT
|
||||||
echo Building in $TMP_BUILD_DIR
|
echo Building in $TMP_BUILD_DIR
|
||||||
export TMP_IMAGE_PATH=$TMP_IMAGE_DIR/image.raw
|
export TMP_IMAGE_PATH=$TMP_IMAGE_DIR/image.raw
|
||||||
|
Loading…
Reference in New Issue
Block a user