Chez Scheme: remove before install
Removing the old executable before copying a new one in place avoids problems on ARM Mac OS, at least.
This commit is contained in:
parent
44964359ae
commit
4a06e4a1e3
|
@ -107,6 +107,9 @@ scheme.1 petite.1: scheme.1.in
|
|||
I=./installsh -o "${InstallOwner}" -g "${InstallGroup}"
|
||||
|
||||
bininstall: ${Bin}
|
||||
rm -f ${SchemePath}
|
||||
rm -f ${PetitePath}
|
||||
rm -f ${SchemeScriptPath}
|
||||
$I -m 555 ${Scheme} ${SchemePath}
|
||||
ln -f ${SchemePath} ${PetitePath}
|
||||
ln -f ${SchemePath} ${SchemeScriptPath}
|
||||
|
|
Loading…
Reference in New Issue
Block a user