do-extract: allow patch distfile suffix
And do nothing with them
This commit is contained in:
@@ -51,6 +51,7 @@ hook() {
|
|||||||
*.tar) cursufx="tar";;
|
*.tar) cursufx="tar";;
|
||||||
*.zip) cursufx="zip";;
|
*.zip) cursufx="zip";;
|
||||||
*.rpm) cursufx="rpm";;
|
*.rpm) cursufx="rpm";;
|
||||||
|
*.patch) cursufx="pch";;
|
||||||
*) msg_error "$pkgver: unknown distfile suffix for $curfile.\n";;
|
*) msg_error "$pkgver: unknown distfile suffix for $curfile.\n";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user