summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/package-lint')
-rw-r--r--app-emacs/package-lint/package-lint-0.16-r1.ebuild (renamed from app-emacs/package-lint/package-lint-0.16.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/package-lint/package-lint-0.16.ebuild b/app-emacs/package-lint/package-lint-0.16-r1.ebuild
index 16a41eaf585d..4f165583d630 100644
--- a/app-emacs/package-lint/package-lint-0.16.ebuild
+++ b/app-emacs/package-lint/package-lint-0.16-r1.ebuild
@@ -15,7 +15,6 @@ LICENSE="GPL-3+"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-DOCS=( README.md )
PATCHES=( "${FILESDIR}"/${PN}-symbol-info-data-directory.patch )
SITEFILE="50${PN}-gentoo.el"
@@ -31,4 +30,6 @@ src_install() {
insinto ${SITEETC}/${PN}
doins -r data
+
+ einstalldocs
}