Remove unneccessary touching of live filesystem in coreutils-5.0 pass2

This commit is contained in:
fosslinux 2024-01-12 22:13:04 +11:00
parent 3669db9125
commit c0485bce2f
1 changed files with 0 additions and 7 deletions

View File

@ -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
}