From c0485bce2f4b2f868fbf6b1e1d2826313db5ddad Mon Sep 17 00:00:00 2001 From: fosslinux Date: Fri, 12 Jan 2024 22:13:04 +1100 Subject: [PATCH] Remove unneccessary touching of live filesystem in coreutils-5.0 pass2 --- steps/coreutils-5.0/pass2.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/steps/coreutils-5.0/pass2.sh b/steps/coreutils-5.0/pass2.sh index 4252839..df74675 100755 --- a/steps/coreutils-5.0/pass2.sh +++ b/steps/coreutils-5.0/pass2.sh @@ -22,10 +22,3 @@ src_prepare() { cp "${mk_dir}/pass2.mk" Makefile } - -src_install() { - default - - # perl later requires /bin/pwd - ln -s "${PREFIX}/bin/pwd" /bin/pwd -}