Fix test for debootstrap suite script

This commit is contained in:
Olaf Meeuwissen 2018-05-23 05:28:45 +09:00
parent db022a29bb
commit 05bb6f8e95
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ apt-get install debootstrap -q -y
suite=$1
rootfs=$2-$suite
test /usr/share/debootstrap/scripts/$suite \
test -e /usr/share/debootstrap/scripts/$suite \
|| ln -s ceres /usr/share/debootstrap/scripts/$suite
debootstrap \