coreutils-5.0: create /bin/pwd.

This is required for perl.
This commit is contained in:
fosslinux 2021-04-28 16:16:09 +10:00
parent 170718c823
commit 96c935456c
1 changed files with 7 additions and 0 deletions

View File

@ -18,3 +18,10 @@ src_prepare() {
cp "${mk_dir}/pass2.mk" Makefile
}
src_install() {
default
# perl later requires /bin/pwd
ln -s /after/bin/pwd /bin/pwd
}