diff options
author | Bart Lauwers <blauwers@gentoo.org> | 2002-12-10 01:48:09 +0000 |
---|---|---|
committer | Bart Lauwers <blauwers@gentoo.org> | 2002-12-10 01:48:09 +0000 |
commit | 13e48bfdf1d2342b236dc32382836aa0629a2330 (patch) | |
tree | 823413baa660101e60492dcbd876dbea87609a15 /sys-apps/mondo-rescue | |
parent | Removed redundant sourcing of inherit eclass per bug #11708 (diff) | |
download | historical-13e48bfdf1d2342b236dc32382836aa0629a2330.tar.gz historical-13e48bfdf1d2342b236dc32382836aa0629a2330.tar.bz2 historical-13e48bfdf1d2342b236dc32382836aa0629a2330.zip |
Corrected per Bug #11708
Diffstat (limited to 'sys-apps/mondo-rescue')
-rw-r--r-- | sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild index f60f7510a923..8f999bb6782d 100644 --- a/sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild +++ b/sys-apps/mondo-rescue/mondo-rescue-1.45.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/sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild,v 1.2 2002/10/20 18:54:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.45.ebuild,v 1.3 2002/12/10 01:48:09 blauwers Exp $ S=${WORKDIR}/${PN/-rescue/}-${PV} DESCRIPTION="a nice backup tool" @@ -40,7 +40,7 @@ pkg_postinst() { einfo "2) make a symlink \"ln -s /boot/grub/menu.lst /etc/grub.conf\"" einfo " as mondo wants to have a /etc/grub.conf file" einfo "3) when doing a system backup be sure to use" - einfo " \"-E /usr/portage/distfiles\" because otherwise" + einfo " \"-E ${DISTDIR}\" because otherwise" einfo " all source files will be included into the backup" einfo } diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild index b5ca6ae51d45..3d3cb4c57abe 100644 --- a/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild +++ b/sys-apps/mondo-rescue/mondo-rescue-1.47.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/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild,v 1.3 2002/11/06 15:34:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild,v 1.4 2002/12/10 01:48:09 blauwers Exp $ DESCRIPTION="a nice backup tool" SRC_URI="http://www.microwerks.net/~hugo/download/daily/${PN/-rescue/}-${PV}_20021020.tgz" @@ -40,7 +40,7 @@ pkg_postinst() { einfo "2) make a symlink \"ln -s /boot/grub/menu.lst /etc/grub.conf\"" einfo " as mondo wants to have a /etc/grub.conf file" einfo "3) when doing a system backup be sure to use" - einfo " \"-E /usr/portage/distfiles\" because otherwise" + einfo " \"-E ${DISTDIR}\" because otherwise" einfo " all source files will be included into the backup" einfo } |