Class: FPM::Fry::Source::Archive::TarBz2Cache

Inherits:
TarCache
  • Object
show all
Defined in:
lib/fpm/fry/source/archive.rb

Instance Attribute Summary

Attributes inherited from Cache

#package, #tempdir

Instance Method Summary collapse

Methods inherited from TarCache

#copy_to, #prefix, #prefix!

Methods inherited from Cache

#cachekey

Instance Method Details

#tar_ioObject



203
204
205
206
# File 'lib/fpm/fry/source/archive.rb', line 203

def tar_io
  update!
  return Exec::popen('bzcat', tempfile, logger: logger)
end