Class: Pkgr::Distributions::Sles::SlesFpmCommand

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



40
41
42
43
44
# File 'lib/pkgr/distributions/sles.rb', line 40

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