File fix-bundle.patch of Package hawk.1584
Index: hawk-0.7.0+git.1390805482.6af5e14/Makefile
===================================================================
--- hawk-0.7.0+git.1390805482.6af5e14.orig/Makefile
+++ hawk-0.7.0+git.1390805482.6af5e14/Makefile
@@ -72,7 +72,7 @@ all: scripts/hawk.$(INIT_STYLE) hawk/con
# Generate Gemfile.lock \
bundle list && \
# Strip unwanted gems from Gemfile.lock \
- sed -i -e '/\brdoc\b/d' Gemfile.lock && \
+ sed -i -e '/\brdoc\b/d' -e '/\brake\b/d' -e '/\bjson\b/d' Gemfile.lock && \
# Finally package and install the gems \
bundle package && bundle install --deployment ; \
fi)