Use a hard link instead of a symbolic to fix temp root bug
original commit: afb265e3fb8d8547884c1e7ca154c963894f703b
This commit is contained in:
parent
29a9931e9b
commit
924708b5ef
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user