summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-11-01 10:38:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-11-01 10:38:58 +0000
commit6a4ecd6158f468d9ae626f086c1434a8d29134c8 (patch)
tree2100a854c9a3d58974f015b83fcc78d9714cbd06 /sys-auth/pam_abl
parentUnify HOMEPAGE with {g,}cdemu (diff)
downloadgentoo-2-6a4ecd6158f468d9ae626f086c1434a8d29134c8.tar.gz
gentoo-2-6a4ecd6158f468d9ae626f086c1434a8d29134c8.tar.bz2
gentoo-2-6a4ecd6158f468d9ae626f086c1434a8d29134c8.zip
Create the correct directory; upstream moved from /var/lib to /var/db.
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/pam_abl')
-rw-r--r--sys-auth/pam_abl/ChangeLog6
-rw-r--r--sys-auth/pam_abl/pam_abl-0.4.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_abl/ChangeLog b/sys-auth/pam_abl/ChangeLog
index f4ed6e41350e..7bc592819384 100644
--- a/sys-auth/pam_abl/ChangeLog
+++ b/sys-auth/pam_abl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/pam_abl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.10 2010/10/31 19:43:15 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.11 2010/11/01 10:38:58 flameeyes Exp $
+
+ 01 Nov 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ pam_abl-0.4.1.ebuild:
+ Create the correct directory; upstream moved from /var/lib to /var/db.
*pam_abl-0.4.1 (31 Oct 2010)
diff --git a/sys-auth/pam_abl/pam_abl-0.4.1.ebuild b/sys-auth/pam_abl/pam_abl-0.4.1.ebuild
index 29e578001e63..5b6fbcc227cb 100644
--- a/sys-auth/pam_abl/pam_abl-0.4.1.ebuild
+++ b/sys-auth/pam_abl/pam_abl-0.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.4.1.ebuild,v 1.1 2010/10/31 19:43:15 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.4.1.ebuild,v 1.2 2010/11/01 10:38:58 flameeyes Exp $
EAPI=2
@@ -39,7 +39,7 @@ src_install() {
emake DESTDIR="${D}" install || die
dopamsecurity . conf/pam_abl.conf
- keepdir /var/lib/abl
+ keepdir /var/db/abl
}
pkg_postinst() {