blob: 32b1b88c40ab923f8aba0138ed3351f242eef909 (
plain)
1
2
3
4
5
6
|
# Next version will have this patch
if [[ $pkgver == "2.5.31" ]]; then
source+=(721f7f8c3ec8058d504607873e4c317aac0c99c5.patch)
b2sums+=(SKIP)
eval "$(declare -f prepare | sed 's@autoreconf@patch -p1 -i ../721f7f8c3ec8058d504607873e4c317aac0c99c5.patch; autoreconf@')"
fi
|