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
commit767b9bd0d7ab94f4a3e2102cc486a85e8eb8f8ce (patch)
tree280cd431edc800cfa64c7623c3cb29a947e096ff /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)
downloadhistorical-767b9bd0d7ab94f4a3e2102cc486a85e8eb8f8ce.tar.gz
historical-767b9bd0d7ab94f4a3e2102cc486a85e8eb8f8ce.tar.bz2
historical-767b9bd0d7ab94f4a3e2102cc486a85e8eb8f8ce.zip
Fix quotes.
Package-Manager: portage-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() {