diff options
author | Jay Pfeifer <pfeifer@gentoo.org> | 2004-08-13 13:49:38 +0000 |
---|---|---|
committer | Jay Pfeifer <pfeifer@gentoo.org> | 2004-08-13 13:49:38 +0000 |
commit | a6a09ab36560fbaeb24a4685e3b1d2b9e3a053e0 (patch) | |
tree | 08f46c9a55d32cd16768a6b27931e8f3cd126a35 /sys-apps/mondo-rescue | |
parent | copyright update (diff) | |
download | historical-a6a09ab36560fbaeb24a4685e3b1d2b9e3a053e0.tar.gz historical-a6a09ab36560fbaeb24a4685e3b1d2b9e3a053e0.tar.bz2 historical-a6a09ab36560fbaeb24a4685e3b1d2b9e3a053e0.zip |
One more minor ebuild fix.
Diffstat (limited to 'sys-apps/mondo-rescue')
-rw-r--r-- | sys-apps/mondo-rescue/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/mondo-rescue/Manifest b/sys-apps/mondo-rescue/Manifest index 6c4a87663f87..62c353a99b10 100644 --- a/sys-apps/mondo-rescue/Manifest +++ b/sys-apps/mondo-rescue/Manifest @@ -1,8 +1,8 @@ MD5 1ab8bf1cad5d1f3518723024f3886d27 mondo-rescue-1.61.ebuild 1818 -MD5 67e842c5d02523cd714daafaa2380c89 mondo-rescue-2.10.ebuild 1786 +MD5 d8f4ab08e271b65505a6fcd1804fe2db mondo-rescue-2.10.ebuild 1833 MD5 e460dcf4cc623ff8b4a82fbfe61d58a3 mondo-rescue-1.65.ebuild 1871 MD5 42c4de8b775c28d38baba2049a7d40f0 mondo-rescue-1.47.ebuild 1374 -MD5 79320a1da9001da64b5f41b1eac17553 mondo-rescue-2.03.ebuild 1786 +MD5 19d633f2a39b12aed39f43df24778a5e mondo-rescue-2.03.ebuild 1833 MD5 42457f57dc0062f34d3149b4c960106f ChangeLog 2354 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 793981ec5119c1dce63bcabfef5cab2a files/digest-mondo-rescue-1.47 69 diff --git a/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild b/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild index ecb52b810a5b..50abe08403bd 100644 --- a/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild +++ b/sys-apps/mondo-rescue/mondo-rescue-2.03.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/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild,v 1.2 2004/08/13 12:21:56 pfeifer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild,v 1.3 2004/08/13 13:49:38 pfeifer Exp $ inherit libtool @@ -43,6 +43,8 @@ src_compile() { src_install() { #make install DESTDIR=${D} || die "make install failed" einstall || die "Install failed" + exeinto /usr/share/mondo + doexe mondo/autorun } pkg_postinst() { diff --git a/sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild b/sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild index b7ac572cd354..3bf6f2b98c2c 100644 --- a/sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild +++ b/sys-apps/mondo-rescue/mondo-rescue-2.10.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/sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild,v 1.2 2004/08/13 12:21:56 pfeifer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-2.10.ebuild,v 1.3 2004/08/13 13:49:38 pfeifer Exp $ inherit libtool @@ -43,6 +43,8 @@ src_compile() { src_install() { #make install DESTDIR=${D} || die "make install failed" einstall || die "Install failed" + exeinto /usr/share/mondo + doexe mondo/autorun } pkg_postinst() { |