diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-08 08:03:27 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-08 08:03:27 +0000 |
commit | 7ad9d9bf0bedbb66c232ea66d060f1dafc75d380 (patch) | |
tree | cc64f5be48a3400ba97967f3f0257e59ba1c09d4 /net-fs/am-utils/am-utils-6.0.9.ebuild | |
parent | repoman: header fix (diff) | |
download | gentoo-2-7ad9d9bf0bedbb66c232ea66d060f1dafc75d380.tar.gz gentoo-2-7ad9d9bf0bedbb66c232ea66d060f1dafc75d380.tar.bz2 gentoo-2-7ad9d9bf0bedbb66c232ea66d060f1dafc75d380.zip |
repoman: fix leading whitespace
Diffstat (limited to 'net-fs/am-utils/am-utils-6.0.9.ebuild')
-rw-r--r-- | net-fs/am-utils/am-utils-6.0.9.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-fs/am-utils/am-utils-6.0.9.ebuild b/net-fs/am-utils/am-utils-6.0.9.ebuild index 8e0645c003e1..ae17f0cc8b61 100644 --- a/net-fs/am-utils/am-utils-6.0.9.ebuild +++ b/net-fs/am-utils/am-utils-6.0.9.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/net-fs/am-utils/am-utils-6.0.9.ebuild,v 1.4 2003/09/08 07:59:35 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/am-utils/am-utils-6.0.9.ebuild,v 1.5 2003/09/08 07:59:55 msterret Exp $ IUSE="ldap" @@ -33,8 +33,8 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - cp ${FILESDIR}/amd.conf ${D}/etc/amd - cp ${FILESDIR}/amd.net ${D}/etc/amd + cp ${FILESDIR}/amd.conf ${D}/etc/amd + cp ${FILESDIR}/amd.net ${D}/etc/amd - exeinto /etc/init.d ; newexe ${FILESDIR}/amd.rc amd + exeinto /etc/init.d ; newexe ${FILESDIR}/amd.rc amd } |