akamai: install metafiles

This commit is contained in:
Dominyk Tiller 2017-10-05 01:19:30 +01:00 committed by ilovezfs
parent 1c7d4c363c
commit ccbf6b3c77

View file

@ -24,6 +24,7 @@ class Akamai < Formula
cd srcpath do
system "glide", "install"
system "go", "build", "-tags", "noautoupgrade nofirstrun", "-o", bin/"akamai"
prefix.install_metafiles
end
end