Commit 68c66c560d56842cfe0276f37417a118f7053c6c

Authored by Antonio Terceiro
1 parent e69badd7

skip rsync

`bundle instal` will already update vendor/cache, it seems.
Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
Makefile
... ... @@ -28,8 +28,6 @@ update: clean
28 28  
29 29 bundle:
30 30 bundle install $(BUNDLE_OPTS) --path vendor/bundle
31   - mkdir -p vendor/cache
32   - rsync -avp --delete --quiet vendor/bundle/*/*/cache/ vendor/cache/
33 31  
34 32 clean:
35 33 $(RM) -r .bundle/ vendor/bundle/ $(TARBALL)
... ...