no need to delete the file twice (moved to package.rb:84)

This commit is contained in:
Jeanine Adkisson 2011-01-04 18:46:49 -08:00
parent d9bd870af4
commit 701e77c346
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ class FPM::Deb < FPM::Package
File.open("debian-binary", "w") { |f| f.puts "2.0" }
# pack up the .deb
File.delete(output) if File.exists?(output)
system("ar -qc #{params["output"]} debian-binary control.tar.gz data.tar.gz")
end # def build