mirror of
https://github.com/jordansissel/fpm
synced 2025-08-30 04:10:42 +02:00
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
run() {
|
|
fpm -s gem -t deb -v 3.1.0 rails
|
|
|
|
file=rubygem-rails_3.1.0_all.deb
|
|
dpkg -c $file | fex '{6:}' > $output
|
|
rm $file
|
|
}
|