logo

overlay

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

dev-nodejs/fs-realpath: Remove useless src_install

Diffstat:

Mdev-nodejs/fs-realpath/fs-realpath-1.0.0-r1.ebuild10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/dev-nodejs/fs-realpath/fs-realpath-1.0.0-r1.ebuild b/dev-nodejs/fs-realpath/fs-realpath-1.0.0-r1.ebuild @@ -20,13 +20,3 @@ IUSE="test" #DEPEND="test? ( dev-nodejs/tap )" RESTRICT="test" - -src_install() { - insinto "${NODEJS_SITELIB}fs.realpath" - doins package.json - - cat package.json | jq -r .files[] | while read pkg - do - doins -r "$pkg" - done -}