Top Level Namespace

Defined Under Namespace

Classes: Tar

Instance Method Summary collapse

Instance Method Details

#make_libtarObject



3
4
5
6
7
8
9
10
11
# File 'ext/extconf.rb', line 3

def make_libtar
  Dir.chdir('libtar')

  begin
    system('sh configure') and system('make')
  ensure
    Dir.chdir('..')
  end
end