Commit 74409915 authored by Dan McAulay's avatar Dan McAulay

add the package name to the error message

parent b211e750
...@@ -156,7 +156,7 @@ def resolveDependenciesAndInstall ...@@ -156,7 +156,7 @@ def resolveDependenciesAndInstall
search origin search origin
install install
rescue InstallError => e rescue InstallError => e
puts "install error: #{e.to_s}" puts "#{@pkg.name} failed to install: #{e.to_s}"
ensure ensure
#cleanup #cleanup
unless ARGV[2] == 'keep' unless ARGV[2] == 'keep'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment