Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #602 from sriprasanna/release-1.0.0
Browse files Browse the repository at this point in the history
adding rake to ubuntu packaging
  • Loading branch information
Sri Prasanna committed Oct 22, 2013
2 parents 7a5858f + 8675534 commit 100d9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/ubuntu/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 100d9da

Please sign in to comment.