Class: Pkgr::Distributions::Amazon::AmazonFpmCommand

Inherits:
FpmCommand
  • Object
show all
Defined in:
lib/pkgr/distributions/amazon.rb

Instance Attribute Summary

Attributes inherited from FpmCommand

#build_dir, #config, #distribution

Instance Method Summary collapse

Methods inherited from FpmCommand

#command, #initialize

Constructor Details

This class inherits a constructor from Pkgr::FpmCommand

Instance Method Details

#argsObject



32
33
34
35
36
# File 'lib/pkgr/distributions/amazon.rb', line 32

def args
  list = super
  list << "-t" << "rpm"
  list
end