summaryrefslogtreecommitdiff
path: root/dev-ada/aws/aws-2016.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ada/aws/aws-2016.ebuild')
-rw-r--r--dev-ada/aws/aws-2016.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-ada/aws/aws-2016.ebuild b/dev-ada/aws/aws-2016.ebuild
index a4ef8853e30..90711d2b8ec 100644
--- a/dev-ada/aws/aws-2016.ebuild
+++ b/dev-ada/aws/aws-2016.ebuild
@@ -42,3 +42,8 @@ src_compile() {
DEBUG=true \
GPRBUILD="/usr/bin/gprbuild -v"
}
+
+src_install() {
+ emake DESTDIR="${D}" DEBUG=true install
+ einstalldocs
+}