Skip to content

Commit

Permalink
Added the 'rubygems' package as a dependency for debs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kottler committed Feb 12, 2013
1 parent 2021f72 commit 7e8a68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpm/build_installer_pkgs.sh
Expand Up @@ -25,7 +25,7 @@ function clean_repo() {
function build_pkgs() {
echo $VERSION > $CHECKOUTDIR/VERSION
if [ $PLATFORM = "deb" ]; then
fpm -d "puppet" -d "ruby-highline" -s dir -t $PLATFORM \
fpm -d "puppet" -d "ruby-highline" -d "rubygems" -s dir -t $PLATFORM \
-n "foreman-installer" -a all \
-v $VERSION $CHECKOUTDIR
else
Expand Down

0 comments on commit 7e8a68d

Please sign in to comment.