From 029e16aebd7ac42c94a5d4d85a7bda22b2d26569 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 8 Mar 2014 11:53:19 +0100 Subject: [PATCH] --standalone probably not needed (bundler required anyway). --- rocci-server/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocci-server/debian/rules b/rocci-server/debian/rules index ba51220..972583e 100755 --- a/rocci-server/debian/rules +++ b/rocci-server/debian/rules @@ -12,7 +12,7 @@ binary: dh $@ build: - bundle install --deployment --standalone --without 'test development' + bundle install --deployment --without 'test development' dh $@ override_dh_strip: -- 1.8.2.3