Update to 3.2.39
This commit is contained in:
parent
15086b0d94
commit
8cdef6e2ad
@ -10,7 +10,7 @@
|
|||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=bash
|
topdir=bash
|
||||||
real_version=3.2
|
real_version=3.2
|
||||||
version=3.2.33
|
version=3.2.39
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=$topdir-$real_version.tar.gz
|
source[0]=$topdir-$real_version.tar.gz
|
||||||
|
|
||||||
@ -50,6 +50,12 @@ patch[29]=${srcfiles}/${topdir}-${real_version}-patches/bash32-030
|
|||||||
patch[30]=${srcfiles}/${topdir}-${real_version}-patches/bash32-031
|
patch[30]=${srcfiles}/${topdir}-${real_version}-patches/bash32-031
|
||||||
patch[31]=${srcfiles}/${topdir}-${real_version}-patches/bash32-032
|
patch[31]=${srcfiles}/${topdir}-${real_version}-patches/bash32-032
|
||||||
patch[32]=${srcfiles}/${topdir}-${real_version}-patches/bash32-033
|
patch[32]=${srcfiles}/${topdir}-${real_version}-patches/bash32-033
|
||||||
|
patch[33]=${srcfiles}/${topdir}-${real_version}-patches/bash32-034
|
||||||
|
patch[34]=${srcfiles}/${topdir}-${real_version}-patches/bash32-035
|
||||||
|
patch[35]=${srcfiles}/${topdir}-${real_version}-patches/bash32-036
|
||||||
|
patch[36]=${srcfiles}/${topdir}-${real_version}-patches/bash32-037
|
||||||
|
patch[37]=${srcfiles}/${topdir}-${real_version}-patches/bash32-038
|
||||||
|
patch[38]=${srcfiles}/${topdir}-${real_version}-patches/bash32-039
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -6,4 +6,9 @@ pkgvendor="http://www.gnu.org/software/bash/bash.html"
|
|||||||
pkgdesc="An sh-compatible shell"
|
pkgdesc="An sh-compatible shell"
|
||||||
pkgver="$pkgver"
|
pkgver="$pkgver"
|
||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
*
|
default_docs
|
||||||
|
$_bindir
|
||||||
|
$_infodir
|
||||||
|
$_mandir
|
||||||
|
$_sharedir/locale/*/LC_MESSAGES/bash.mo
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user