Use a hard link instead of a symbolic to fix temp root bug

original commit: afb265e3fb8d8547884c1e7ca154c963894f703b
This commit is contained in:
Quentin Dufour 2018-06-11 20:53:25 +02:00 committed by Bob Burger
parent 29a9931e9b
commit 924708b5ef

View File

@ -122,7 +122,7 @@ libbininstall: ${LibBin}
/bin/rm -f ${LibBin}/${InstallSchemeName}.boot;\
ln -f ${LibBin}/scheme.boot ${LibBin}/${InstallSchemeName}.boot;\
fi
ln -sf ${LibBin}/scheme.boot ${LibBin}/${InstallScriptName}.boot;
ln -f ${LibBin}/scheme.boot ${LibBin}/${InstallScriptName}.boot;
$I -m 444 ${Include}/kernel.o ${LibBin}
$I -m 444 ${Include}/main.o ${LibBin}
$I -m 444 ${Include}/scheme.h ${LibBin}