summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Pfeifer <pfeifer@gentoo.org>2004-08-13 12:21:56 +0000
committerJay Pfeifer <pfeifer@gentoo.org>2004-08-13 12:21:56 +0000
commit4e2a131bb0499a7f634e909a4d32fbab5d50e748 (patch)
tree9fdb33b28ccfe7e1cb69ed874717f470211990ab /sys-apps/mondo-rescue/mondo-rescue-2.03.ebuild
parentMinor ebuild fixes. (diff)
downloadhistorical-4e2a131bb0499a7f634e909a4d32fbab5d50e748.tar.gz
historical-4e2a131bb0499a7f634e909a4d32fbab5d50e748.tar.bz2
historical-4e2a131bb0499a7f634e909a4d32fbab5d50e748.zip
Minor fix for the b0rked permissions on configure... only if userpriv is on...
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"