summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild b/app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild
index c4f0c9a17c20..2aad0d3baff7 100644
--- a/app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild
+++ b/app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild
@@ -19,7 +19,11 @@ DEPEND=">=dev-lang/perl-5.6
virtual/perl-Digest-MD5"
RDEPEND="${DEPEND}"
+DOCS=(
+ README BUGS
+)
+
src_install() {
+ einstalldocs
dobin quickcrypt
- dodoc README BUGS
}