do-extract: allow patch distfile suffix

And do nothing with them
This commit is contained in:
John Galt 2014-09-06 19:34:59 -07:00
parent 2998d95ba9
commit 440d5d8772

View file

@ -51,6 +51,7 @@ hook() {
*.tar) cursufx="tar";;
*.zip) cursufx="zip";;
*.rpm) cursufx="rpm";;
*.patch) cursufx="pch";;
*) msg_error "$pkgver: unknown distfile suffix for $curfile.\n";;
esac