Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created April 18, 2011 18:51
Show Gist options
  • Save fapestniegd/925921 to your computer and use it in GitHub Desktop.
Save fapestniegd/925921 to your computer and use it in GitHub Desktop.
gem install fpm
gem environment (find gem path, find fpm)
/var/lib/gems/1.8/bin/fpm -s gem -t deb -a i386 fpm
/var/lib/gems/1.8/bin/fpm -s gem -t deb -a i386 json
yes | gem uninstall fpm
dpkg -i rubygem-json_1.5.1_i386.deb rubygem-fpm_0.2.12_i386.deb
/var/lib/gems/1.8/gems/fpm-0.2.12/bin/fpm -s gem -t deb -a i386 rake
/var/lib/gems/1.8/gems/fpm-0.2.12/bin/fpm -s gem -t deb -a i386 whiskey_disk
dpkg -i rubygem-whiskey_disk_0.6.17_i386.deb rubygem-rake_0.8.7_i386.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment