boxes: Fix make clean
This commit is contained in:
parent
b82e86cb8e
commit
0ae0288af9
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@ clean:
|
||||||
@for r in $(ALL_BOXES); do \
|
@for r in $(ALL_BOXES); do \
|
||||||
sudo -E ./clean.sh $${r}\
|
sudo -E ./clean.sh $${r}\
|
||||||
vagrant-lxc-base-$${r}-amd64 \
|
vagrant-lxc-base-$${r}-amd64 \
|
||||||
output/${TODAY}/vagrant-lxc-$${r}-amd64-${TODAY}.box; \
|
output/${TODAY}/vagrant-lxc-$${r}-amd64.box; \
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue