Commit e159f162 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Enable postinstall function

parent ffb14e67
......@@ -28,10 +28,9 @@ class Waf < Package
system "cp waf-light #{CREW_DEST_PREFIX}/bin"
system "cp waf.1 #{CREW_DEST_PREFIX}/man/man1"
system "cp -r waflib/ #{CREW_DEST_LIB_PREFIX}"
#end
end
# uncomment after PR #1110 is merged
#def self.postinstall
def self.postinstall
puts
puts "To complete the installation, execute the following:".lightblue
puts "echo 'export WAFDIR=#{CREW_LIB_PREFIX}' >> ~/.bashrc && source ~/.bashrc".lightblue
......
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