diff options
author | 2003-08-07 01:56:01 +0000 | |
---|---|---|
committer | 2003-08-07 01:56:01 +0000 | |
commit | 67531fac0ee571480ae6284d6817341e34f8edec (patch) | |
tree | c32b200eb1511f8e51f833365b94ef6c0a87a69b /x11-misc/entrance | |
parent | added SETIATHOME_OPTS to the login command, fixes 24231, thanks to Markus Nig... (diff) | |
download | historical-67531fac0ee571480ae6284d6817341e34f8edec.tar.gz historical-67531fac0ee571480ae6284d6817341e34f8edec.tar.bz2 historical-67531fac0ee571480ae6284d6817341e34f8edec.zip |
fix pam install #25609
Diffstat (limited to 'x11-misc/entrance')
-rw-r--r-- | x11-misc/entrance/entrance-0.0.2.20030629.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/entrance/entrance-0.0.2.20030629.ebuild b/x11-misc/entrance/entrance-0.0.2.20030629.ebuild index dacf7a858f30..a642ac2f85e2 100644 --- a/x11-misc/entrance/entrance-0.0.2.20030629.ebuild +++ b/x11-misc/entrance/entrance-0.0.2.20030629.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.0.2.20030629.ebuild,v 1.1 2003/06/29 19:17:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.0.2.20030629.ebuild,v 1.2 2003/08/07 01:56:01 vapier Exp $ inherit enlightenment eutils @@ -39,6 +39,8 @@ src_compile() { src_install() { make install DESTDIR=${D} || die + insinto /etc/pam.d + doins config/pam.d/entrance find ${D} -name CVS -type d -exec rm -rf '{}' \; insinto /usr/share/entrance/data/images/sessions doins ${WORKDIR}/extraicons/* |