Fix the /var wrong permission issue (#7571)
Why I did it Build broken when reproducible build enabled, relative to backport package systemd. The root cause is the bad permission of /var.
This commit is contained in:
parent
a070f1a239
commit
129f803e11
@ -78,7 +78,7 @@ do
|
||||
done
|
||||
touch $APTDEBIAN
|
||||
touch $DEBOOTSTRAP_BASE
|
||||
(cd $BASEIMAGE_TARBALLPATH && tar -zcf $BASEIMAGE_TARBALL .)
|
||||
(cd $BASEIMAGE_TARBALLPATH && fakeroot tar -zcf $BASEIMAGE_TARBALL .)
|
||||
|
||||
sudo debootstrap --verbose --variant=minbase --arch $CONFIGURED_ARCH --unpack-tarball=$BASEIMAGE_TARBALL $IMAGE_DISTRO $FILESYSTEM_ROOT
|
||||
RET=$?
|
||||
|
Loading…
Reference in New Issue
Block a user