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
@@ -28,8 +28,6 @@ update: clean @@ -28,8 +28,6 @@ update: clean
28 28
29 bundle: 29 bundle:
30 bundle install $(BUNDLE_OPTS) --path vendor/bundle 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 clean: 32 clean:
35 $(RM) -r .bundle/ vendor/bundle/ $(TARBALL) 33 $(RM) -r .bundle/ vendor/bundle/ $(TARBALL)