Skip to content

Commit

Permalink
app-forensics/radamsa: actually install docs
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
Sergei Trofimovich committed Sep 10, 2016
1 parent 52e6f30 commit c3ab73e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ 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}"
}

src_install() {
emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"

einstalldocs
}

0 comments on commit c3ab73e

Please sign in to comment.