sudo: update to 1.8.14.
This commit is contained in:
parent
cb1153587e
commit
7fc9315b8d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'sudo'.
|
# Template build file for 'sudo'.
|
||||||
pkgname=sudo
|
pkgname=sudo
|
||||||
version=1.8.13
|
version=1.8.14
|
||||||
revision=2
|
revision=1
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gratisoft.us/sudo/"
|
homepage="http://www.gratisoft.us/sudo/"
|
||||||
license="ISC, BSD, zlib"
|
license="ISC, BSD, zlib"
|
||||||
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
||||||
checksum=e374e5edf2c11c00d6916a9f51cb0ad15e51c7b028370fa15169b07e61e05a25
|
checksum=74308f7bf242f6f997d4c8145849581f06fb6fbe47032b6e87ac664c14b9f6d3
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;
|
find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;
|
||||||
|
|
Loading…
Reference in a new issue