Merge pull request #541 from RealJohnGalt/patch-dist

do-extract: allow patch distfile suffix
This commit is contained in:
Juan RP
2014-09-07 10:06:07 +02:00

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