mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
binutils: don't fail when a command is missing.
This commit is contained in:
@@ -177,7 +177,7 @@ INSTALL()
|
||||
# delete commands we aren't including
|
||||
cd $binDir
|
||||
for cmd in dlltool dllwrap windmc windres; do
|
||||
rm $cmd
|
||||
rm -f $cmd
|
||||
rm -f $installDir/$effectiveTargetMachineTriple/bin/$cmd
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user