commit: c7addd9be61e9988eba47aa9e7d5302a90e0ea6b
parent daf3e365b0e1f62b1a112ef2b5169cb3ef33074b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 16 Sep 2023 08:38:20 +0200
dev-nodejs/pend: Remove useless src_install
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/dev-nodejs/pend/pend-1.2.0.ebuild b/dev-nodejs/pend/pend-1.2.0.ebuild
@@ -12,10 +12,3 @@ S="${WORKDIR}/node-pend-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-
-src_install() {
- insinto "${NODEJS_SITELIB}${PN}"
- doins package.json
- doins index.js
- dodoc README.md
-}