forked from josch/mmdebstrap
test.sh: now dpkg in testing also creates lock-frontend
This commit is contained in:
parent
f3d227ae5f
commit
88c0d40b8f
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -146,7 +146,7 @@ for dist in stable testing unstable; do
|
||||||
fi
|
fi
|
||||||
sudo rm debian-$dist-debootstrap/var/lib/dpkg/lock
|
sudo rm debian-$dist-debootstrap/var/lib/dpkg/lock
|
||||||
# introduced in dpkg 1.19.1
|
# introduced in dpkg 1.19.1
|
||||||
if [ "$dist" = "unstable" ]; then
|
if [ "$dist" != "stable" ]; then
|
||||||
sudo rm debian-$dist-debootstrap/var/lib/dpkg/lock-frontend
|
sudo rm debian-$dist-debootstrap/var/lib/dpkg/lock-frontend
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue