Rename Binutils patchdir.

This commit is contained in:
Rafal Kupiec 2020-08-16 21:04:40 +02:00
parent 6a44f74ff8
commit 7c0e0b3a53
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
3 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ binutils_fetch()
git clone ${BINUTILSVCS} ${BINUTILSDIR}
cd ${BINUTILSDIR}
git checkout tags/${BINUTILSTAG}
apply_patches ${BINUTILSDIR##*/} ${BINUTILSTAG}
apply_patches ${BINUTILSDIR##*/} ${BINUTILSTAG##*-}
cd ${WRKDIR}
fi
}