summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-02-02 10:50:38 +0000
committerNick Hadaway <raker@gentoo.org>2003-02-02 10:50:38 +0000
commit6a1ac020584277b950d89bb92c4a3cc30da40409 (patch)
tree64275f547b312880178bf4e59bbf00a279b0df53 /net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild
parentremoved xfree-4.2.99.x from mask -- will be permanently ~arch masked (diff)
downloadhistorical-6a1ac020584277b950d89bb92c4a3cc30da40409.tar.gz
historical-6a1ac020584277b950d89bb92c4a3cc30da40409.tar.bz2
historical-6a1ac020584277b950d89bb92c4a3cc30da40409.zip
fixed install
Diffstat (limited to 'net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild')
-rw-r--r--net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild
index 44f8b2ae343d..a096ce43f20a 100644
--- a/net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild
+++ b/net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild,v 1.1 2003/02/01 06:14:25 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild,v 1.2 2003/02/02 10:50:38 raker Exp $
DESCRIPTION="A checkpassword compatible authentication program that used CRAM-MD5 authentication mode."
HOMEPAGE="http://members.elysium.pl/brush/cmd5checkpw/"
@@ -33,9 +33,11 @@ src_compile() {
}
src_install() {
+ dodir /etc /bin /usr/share/man/man8
+ cp ${FILESDIR}/poppasswd ${D}/etc
make install
chown cmd5checkpw ${D}/etc/poppasswd
chmod 400 ${D}/etc/poppasswd
chown cmd5checkpw ${D}/bin/cmd5checkpw
- chmod a+s ${D}/etc/cmd5checkpw
+ chmod a+s ${D}/bin/cmd5checkpw
}