sudo: s/pam/pam.d/ bumprev, sigh.
--HG-- extra : convert_revision : 6b13aa3109f1453f2034a4a50772e47ba6ebf443
This commit is contained in:
parent
8ed0074bd1
commit
515aa4b04f
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'sudo'.
|
# Template build file for 'sudo'.
|
||||||
pkgname=sudo
|
pkgname=sudo
|
||||||
version=1.7.2p6
|
version=1.7.2p6
|
||||||
|
revision=1
|
||||||
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
||||||
|
@ -25,5 +26,5 @@ Add_dependency build pam-devel
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
install -D -m644 ${FILESDIR}/sudo.pam ${DESTDIR}/etc/pam/sudo
|
install -D -m644 ${FILESDIR}/sudo.pam ${DESTDIR}/etc/pam.d/sudo
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue