logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 3c5ba3f713e04f665ac3cc72ee8e03f6614db110
parent 890272a404b98c781e20d0c2b411dddb5255b36a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 16 Sep 2023 07:50:11 +0200

dev-nodejs/minimatch: Remove useless src_install

Diffstat:

Mdev-nodejs/minimatch/minimatch-5.1.0.ebuild10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/dev-nodejs/minimatch/minimatch-5.1.0.ebuild b/dev-nodejs/minimatch/minimatch-5.1.0.ebuild @@ -19,13 +19,3 @@ IUSE="test" RDEPEND="dev-nodejs/brace-expansion" RESTRICT="test" - -src_install() { - insinto "${NODEJS_SITELIB}${PN}" - doins package.json - - cat package.json | jq -r .files[] | while read pkg - do - doins -r "$pkg" - done -}