summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-02-08 02:05:08 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-02-08 02:05:08 +0000
commit00e31e1a20c8462948cdfcbc1f92eefc369d456e (patch)
tree0ffe744835e7c0d47b9ce6082855d23141f5e7bb /app-misc/egads/egads-0.9.5.ebuild
parentClean up ebuild after 4 years of bitrot. Now 64-bit compile-safe and no sandb... (diff)
downloadgentoo-2-00e31e1a20c8462948cdfcbc1f92eefc369d456e.tar.gz
gentoo-2-00e31e1a20c8462948cdfcbc1f92eefc369d456e.tar.bz2
gentoo-2-00e31e1a20c8462948cdfcbc1f92eefc369d456e.zip
Fix quotes.
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-misc/egads/egads-0.9.5.ebuild')
-rw-r--r--app-misc/egads/egads-0.9.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/egads/egads-0.9.5.ebuild b/app-misc/egads/egads-0.9.5.ebuild
index 2e816ab95f3d..8278d3ef682c 100644
--- a/app-misc/egads/egads-0.9.5.ebuild
+++ b/app-misc/egads/egads-0.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/egads/egads-0.9.5.ebuild,v 1.7 2008/02/08 02:04:27 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/egads/egads-0.9.5.ebuild,v 1.8 2008/02/08 02:05:08 robbat2 Exp $
DESCRIPTION="Entropy Gathering And Distribution System"
HOMEPAGE="http://www.securesoftware.com/download_${PN}.htm"
@@ -16,12 +16,12 @@ DEPEND="virtual/libc"
egadsdatadir=/var/run/egads
src_unpack() {
- unpack "${A}"
+ unpack ${A}
sed -i \
-e '/^BINDIR/d' \
-e '/^LIBDIR/d' \
-e '/^INCLUDEDIR/d' \
- ${S}/Makefile.in || die "Failed to fix Makefile.in"
+ "${S}"/Makefile.in || die "Failed to fix Makefile.in"
}
src_compile() {