From: František Dvořák Date: Sat, 8 Mar 2014 10:53:19 +0000 (+0100) Subject: --standalone probably not needed (bundler required anyway). X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=029e16aebd7ac42c94a5d4d85a7bda22b2d26569;p=rOCCI-packaging.git --standalone probably not needed (bundler required anyway). --- 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: