diff options
-rw-r--r-- | app-crypt/nasty/nasty-0.6-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-crypt/nasty/nasty-0.6-r1.ebuild b/app-crypt/nasty/nasty-0.6-r1.ebuild index 8cea59381f4a..5eefa5574d6b 100644 --- a/app-crypt/nasty/nasty-0.6-r1.ebuild +++ b/app-crypt/nasty/nasty-0.6-r1.ebuild @@ -16,6 +16,10 @@ IUSE="" RDEPEND="app-crypt/gpgme" DEPEND="${RDEPEND}" +DOCS=( + readme.txt +) + PATCHES=( "${FILESDIR}/${P}-flags.patch" ) @@ -25,6 +29,6 @@ src_compile() { } src_install() { + einstalldocs dobin nasty - dodoc readme.txt } |