diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-14 18:41:53 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-14 18:41:53 +0000 |
commit | af3aee88bfe9278d1be008046f31612bca299b0a (patch) | |
tree | d0e99d5889313786eed07d12c807f2f43f8a8583 /net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild | |
parent | Cleanup. (diff) | |
download | gentoo-2-af3aee88bfe9278d1be008046f31612bca299b0a.tar.gz gentoo-2-af3aee88bfe9278d1be008046f31612bca299b0a.tar.bz2 gentoo-2-af3aee88bfe9278d1be008046f31612bca299b0a.zip |
Uniform install usage.
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild')
-rw-r--r-- | net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild index 1e6ef094801c..97a1629bbc13 100644 --- a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild +++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.12 2007/01/14 00:35:00 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.13 2007/01/14 18:41:53 chtekk Exp $ inherit eutils apache-module portability @@ -50,7 +50,7 @@ src_compile() { use apache2 && ${APXS2} -c mod_auth_sys_group.c } -src_install () { +src_install() { apache-module_src_install insinto /etc/pam.d use apache2 && newins "${FILESDIR}/apache2.pam" apache2 |