From 0ae0288af981af6223e1030ab8883beb8b0fd8f2 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 9 Mar 2014 23:27:58 -0300 Subject: [PATCH] boxes: Fix `make clean` --- boxes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/Makefile b/boxes/Makefile index 6af8a80..0e66145 100644 --- a/boxes/Makefile +++ b/boxes/Makefile @@ -30,5 +30,5 @@ clean: @for r in $(ALL_BOXES); do \ sudo -E ./clean.sh $${r}\ vagrant-lxc-base-$${r}-amd64 \ - output/${TODAY}/vagrant-lxc-$${r}-amd64-${TODAY}.box; \ + output/${TODAY}/vagrant-lxc-$${r}-amd64.box; \ done