summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild')
-rw-r--r--sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild b/sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild
index b3273690b2bd..ecb52b810a5b 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.1 2004/08/12 21:31:57 pfeifer Exp $
+# $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 $
inherit libtool
@@ -28,6 +28,12 @@ RDEPEND="app-arch/afio
S=${WORKDIR}/${PN/-rescue/}-${PV}
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ chmod 750 configure
+}
+
src_compile() {
elibtoolize
econf || die "Configuration failed"