Class: Pkgr::Distributions::Fedora::FedoraFpmCommand

Inherits:
FpmCommand
  • Object
show all
Defined in:
lib/pkgr/distributions/fedora.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



36
37
38
39
40
# File 'lib/pkgr/distributions/fedora.rb', line 36

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