Add bash symlink to /after/bin/sh

Fixes: #101
This commit is contained in:
Andrius Štikonas 2021-04-18 14:08:24 +01:00
parent b301a7030f
commit a301e6fe86
5 changed files with 5 additions and 4 deletions

View file

@ -43,6 +43,7 @@ make
install bash /after/bin/
ln -s /after/bin/bash /bin/bash
ln -s /after/bin/bash /bin/sh
ln -s /after/bin/bash /after/bin/sh
cd ../..