summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-forensics/radamsa/radamsa-0.5-r1.ebuild (renamed from app-forensics/radamsa/radamsa-0.5.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-forensics/radamsa/radamsa-0.5.ebuild b/app-forensics/radamsa/radamsa-0.5-r1.ebuild
index 3f148cc1ee5..145a691bf4c 100644
--- a/app-forensics/radamsa/radamsa-0.5.ebuild
+++ b/app-forensics/radamsa/radamsa-0.5-r1.ebuild
@@ -17,7 +17,7 @@ IUSE=""
RESTRICT=test # needs an owl-lisp
-DOCS=( LICENSE NEWS README.md )
+DOCS=( LICENCE NEWS README.md )
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
@@ -25,4 +25,6 @@ src_compile() {
src_install() {
emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
+
+ einstalldocs
}