logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: c0485bce2f4b2f868fbf6b1e1d2826313db5ddad
parent 3669db9125b7141b234a1bb48dd04a6cc419caeb
Author: fosslinux <fosslinux@aussies.space>
Date:   Fri, 12 Jan 2024 22:13:04 +1100

Remove unneccessary touching of live filesystem in coreutils-5.0 pass2

Diffstat:

Msteps/coreutils-5.0/pass2.sh7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git 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 -}