From 8675534c40e1066c3e15cf16d758eb4d4f0a3d67 Mon Sep 17 00:00:00 2001 From: Sri Prasanna Date: Tue, 22 Oct 2013 12:08:18 +0530 Subject: [PATCH] adding rake to ubuntu packaging --- lib/tasks/ubuntu/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/ubuntu/package.sh b/lib/tasks/ubuntu/package.sh index c7bf59cee..1650c513e 100755 --- a/lib/tasks/ubuntu/package.sh +++ b/lib/tasks/ubuntu/package.sh @@ -23,6 +23,7 @@ chown -R root:root . # rm Gemfile.lock bundle install --deployment gem install bundler -v 1.2.5 --install-dir=vendor/bundle/ruby/1.8/ +gem install rake -v 0.8.7 --install-dir=vendor/bundle/ruby/1.8/ fpm -s dir -t deb -n "rapidftr" -v 1.1 --after-install /usr/lib/rapidftr/lib/tasks/ubuntu/postinstall.sh --before-remove /usr/lib/rapidftr/lib/tasks/ubuntu/before_remove.sh /usr/lib/rapidftr mv *.deb $BASEDIR/