mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
coreutils-5.0: create /bin/pwd.
This is required for perl.
This commit is contained in:
parent
170718c823
commit
96c935456c
1 changed files with 7 additions and 0 deletions
|
|
@ -18,3 +18,10 @@ src_prepare() {
|
||||||
|
|
||||||
cp "${mk_dir}/pass2.mk" Makefile
|
cp "${mk_dir}/pass2.mk" Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default
|
||||||
|
|
||||||
|
# perl later requires /bin/pwd
|
||||||
|
ln -s /after/bin/pwd /bin/pwd
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue