diff options
author | 2007-09-26 14:45:32 +0000 | |
---|---|---|
committer | 2007-09-26 14:45:32 +0000 | |
commit | b08d70ed13d5620d9d80980e1c450238fd8fad55 (patch) | |
tree | 0aa7d68da1e1fc644599c06849bdcdd3183b7bc1 /sys-auth | |
parent | Moved udev rules file to 70-libgphoto2.rules. (diff) | |
download | gentoo-2-b08d70ed13d5620d9d80980e1c450238fd8fad55.tar.gz gentoo-2-b08d70ed13d5620d9d80980e1c450238fd8fad55.tar.bz2 gentoo-2-b08d70ed13d5620d9d80980e1c450238fd8fad55.zip |
pam_mount add die message to dodoc
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-0.27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index 14805555fa0c..75f0c157333c 100644 --- a/sys-auth/pam_mount/ChangeLog +++ b/sys-auth/pam_mount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_mount # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.6 2007/09/26 14:35:51 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.7 2007/09/26 14:45:32 hanno Exp $ + + 26 Sep 2007; Hanno Boeck <hanno@gentoo.org> pam_mount-0.27.ebuild: + QA: Add die message to dodoc. *pam_mount-0.27 (26 Sep 2007) diff --git a/sys-auth/pam_mount/pam_mount-0.27.ebuild b/sys-auth/pam_mount/pam_mount-0.27.ebuild index 49e86eee4adc..bb0fd5653307 100644 --- a/sys-auth/pam_mount/pam_mount-0.27.ebuild +++ b/sys-auth/pam_mount/pam_mount-0.27.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/sys-auth/pam_mount/pam_mount-0.27.ebuild,v 1.1 2007/09/26 14:35:51 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.27.ebuild,v 1.2 2007/09/26 14:45:32 hanno Exp $ inherit eutils multilib pam @@ -30,5 +30,5 @@ src_install() { emake DESTDIR="${D}" install || die "make install failed" dopamsecurity . config/pam_mount.conf.xml || die "dopamsecurity failed" - dodoc doc/*.txt || die + dodoc doc/*.txt || die "dodoc failed" } |