diff options
author | 2000-11-25 00:57:45 +0000 | |
---|---|---|
committer | 2000-11-25 00:57:45 +0000 | |
commit | 2800d62f697a460fe04166c1cb191d0d1dd59d60 (patch) | |
tree | 7adc7835de51ff6659d3a296c9ed6706a6aa3e47 /app-arch/dump | |
parent | merge and qmerge fix (diff) | |
download | historical-2800d62f697a460fe04166c1cb191d0d1dd59d60.tar.gz historical-2800d62f697a460fe04166c1cb191d0d1dd59d60.tar.bz2 historical-2800d62f697a460fe04166c1cb191d0d1dd59d60.zip |
new dump
Diffstat (limited to 'app-arch/dump')
-rw-r--r-- | app-arch/dump/dump-0.4.20_beta-r1.ebuild (renamed from app-arch/dump/dump-0.4.20_beta.ebuild) | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-arch/dump/dump-0.4.20_beta.ebuild b/app-arch/dump/dump-0.4.20_beta-r1.ebuild index e52e60a3ced0..d8490a8c5066 100644 --- a/app-arch/dump/dump-0.4.20_beta.ebuild +++ b/app-arch/dump/dump-0.4.20_beta-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.20_beta.ebuild,v 1.2 2000/11/20 08:14:50 achim Exp $ +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.20_beta-r1.ebuild,v 1.1 2000/11/25 00:57:45 drobbins Exp $ P=dump-0.4b20 A=${P}.tar.gz @@ -29,5 +29,10 @@ src_install () { DUMPDATESPATH=${D}/etc/dumpdates install dodoc CHANGES COPYRIGHT KNOWNBUGS MAINTAINERS dodoc README REPORTING-BUGS THANKS TODO + cd ${D}/sbin + rm rdump + ln -s dump rdump + rm rrestore + ln -s restore rrestore } |