Enable postinstall function

This commit is contained in:
Ed Reel
2017-08-25 18:09:24 -05:00
committed by Kazushi (Jam) Marukawa
parent ffb14e67d5
commit e159f162ce

View File

@@ -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