Rename GCC patchdir.

This commit is contained in:
Rafal Kupiec 2020-08-16 19:58:49 +02:00
parent bbb5a07443
commit 6a44f74ff8
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
2 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ gcc_fetch()
git clone ${GCCVCS} ${GCCDIR}
cd ${GCCDIR}
git checkout tags/${GCCTAG}
apply_patches ${GCCDIR##*/} ${GCCTAG##*/}
apply_patches ${GCCDIR##*/} ${GCCTAG##*-}
./contrib/download_prerequisites
cd ${WRKDIR}
fi