From b1820df9fb48592da2deeba055242fb9668c49bd Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 26 Apr 2017 23:01:20 +0000 Subject: [PATCH] binutils: don't fail when a command is missing. --- sys-devel/binutils/binutils-2.26.1_2016_07_22.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/binutils/binutils-2.26.1_2016_07_22.recipe b/sys-devel/binutils/binutils-2.26.1_2016_07_22.recipe index fc5a3ee25..bdfb4c157 100644 --- a/sys-devel/binutils/binutils-2.26.1_2016_07_22.recipe +++ b/sys-devel/binutils/binutils-2.26.1_2016_07_22.recipe @@ -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