Skip to content

Commit

Permalink
Fixed build with old vagrant version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanikesn committed Jan 15, 2016
1 parent 9001e84 commit 84f9f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tmp/Vagrantfile: package.box
mkdir -p tmp
tar xzf package.box -C tmp/
sed -i '/vagrant_private_key/d' tmp/Vagrantfile
rm tmp/vagrant_private_key
rm -f tmp/vagrant_private_key

stripped.box: tmp/Vagrantfile
tar -czf stripped.box -C tmp/ .
Expand Down

0 comments on commit 84f9f91

Please sign in to comment.