diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 03:01:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 03:01:19 +0000 |
commit | 03032733ddac6023909123791992736531db704f (patch) | |
tree | caadadc6626ddf7ba0b2400adaa31ad00830dc3a /sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild | |
parent | repoman: whitespace cleanup (diff) | |
download | historical-03032733ddac6023909123791992736531db704f.tar.gz historical-03032733ddac6023909123791992736531db704f.tar.bz2 historical-03032733ddac6023909123791992736531db704f.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild')
-rw-r--r-- | sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild index e0c20f0b509a..233b4f5f70a4 100644 --- a/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild +++ b/sys-apps/mondo-rescue/mondo-rescue-1.61.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/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild,v 1.3 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild,v 1.4 2003/09/07 02:57:55 msterret Exp $ DESCRIPTION="a nice backup tool" SRC_URI="http://www.microwerks.net/~hugo/download/stable/final/${PN/-rescue/}-${PV}.tgz" @@ -30,17 +30,17 @@ src_compile() { src_install() { dodir /usr/share/mondo dodir /usr/bin - + cp -f mondoarchive mondorestore mondo/mondo-makefilelist mondo/autorun mondo/restore-scripts.tgz ${D}/usr/share/mondo - + dosym /usr/share/mondo/mondoarchive /usr/bin/mondoarchive dosym /usr/share/mondo/mondorestore /usr/bin/mondorestore dosym /usr/share/mondo/mondo-makefilelist /usr/bin/mondo-makefilelist - + dodir /usr/share/doc/mondo-${PV} - + cp -pRdf mondo/docs/en/* ${D}/usr/share/doc/mondo-${PV} - + dodir /usr/share/man/man1 cp -f mondoarchive.1 ${D}/usr/share/man/man1 |