diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-03 09:52:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-03 09:52:49 +0000 |
commit | e5ead8f79473a45317770f9c01db91e066652b89 (patch) | |
tree | 341e153e6d5fc0f79658ab8086d37c8341732b10 /net-nds | |
parent | Initial import. Closes #32445. (Manifest recommit) (diff) | |
download | gentoo-2-e5ead8f79473a45317770f9c01db91e066652b89.tar.gz gentoo-2-e5ead8f79473a45317770f9c01db91e066652b89.tar.bz2 gentoo-2-e5ead8f79473a45317770f9c01db91e066652b89.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/migrationtools/migrationtools-46.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-nds/migrationtools/migrationtools-46.ebuild b/net-nds/migrationtools/migrationtools-46.ebuild index 7e3654edbcee..51eeb0c7657a 100644 --- a/net-nds/migrationtools/migrationtools-46.ebuild +++ b/net-nds/migrationtools/migrationtools-46.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/migrationtools-46.ebuild,v 1.1 2004/11/01 01:44:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/migrationtools-46.ebuild,v 1.2 2004/11/03 09:48:58 mr_bones_ Exp $ inherit eutils @@ -33,7 +33,7 @@ src_install() { for x in ${S}/migrate_*; do [ -f ${x} ] && doexe ${x} done - + diropts -m0750 dodir /usr/share/migrationtools/ads exeinto /usr/share/migrationtools/ads @@ -52,4 +52,3 @@ pkg_postinst() { einfo "to start." draw_line " " } - |