Commit 7bd39cd3 authored by satmandu's avatar satmandu Committed by GitHub

Update vim.rb

parent e60a334a
...@@ -25,7 +25,7 @@ class Vim < Package ...@@ -25,7 +25,7 @@ class Vim < Package
depends_on 'vim_runtime' depends_on 'vim_runtime'
def self.preflight def self.preflight
raise StandardError, 'Please remove libiconv before building.' if File.exist?("#{CREW_LIB_PREFIX}/libcharset.so") abort('Please remove libiconv before building.') if File.exist?("#{CREW_LIB_PREFIX}/libcharset.so")
end end
def self.preinstall def self.preinstall
......
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