summaryrefslogtreecommitdiff
path: root/app-crypt/nasty/nasty-0.6-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/nasty/nasty-0.6-r1.ebuild')
-rw-r--r--app-crypt/nasty/nasty-0.6-r1.ebuild6
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 8cea59381f4..5eefa5574d6 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
}