Commit c959ad6d authored by satmandu's avatar satmandu Committed by GitHub

Update vim_runtime.rb

parent 7bd39cd3
......@@ -23,7 +23,7 @@ class Vim_runtime < Package
})
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
def self.patch
......
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