bash: update to 4.3 patchlevel 022.
This commit is contained in:
parent
eaa8d27d4b
commit
1b4cfe542e
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'bash'.
|
# Template build file for 'bash'.
|
||||||
pkgname=bash
|
pkgname=bash
|
||||||
_bash_distver=4.3
|
_bash_distver=4.3
|
||||||
_bash_patchlevel=018
|
_bash_patchlevel=022
|
||||||
version=${_bash_distver}.${_bash_patchlevel}
|
version=${_bash_distver}.${_bash_patchlevel}
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-${_bash_distver}
|
wrksrc=${pkgname}-${_bash_distver}
|
||||||
|
@ -34,7 +34,7 @@ pre_configure() {
|
||||||
fi
|
fi
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
for p in $(seq -w 001 ${_bash_patchlevel}); do
|
for p in $(seq -w 001 ${_bash_patchlevel}); do
|
||||||
patch -s -Np0 -i ${XBPS_SRCDISTDIR}/${pkgname}-${version}/bash${ver}-${p} && \
|
patch -sNp0 -i ${XBPS_SRCDISTDIR}/${pkgname}-${version}/bash${ver}-${p}
|
||||||
msg_normal " Applying patch bash${ver}-$p.\n"
|
msg_normal " Applying patch bash${ver}-$p.\n"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue