summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 10:14:41 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 10:14:41 +0000
commit06b73af769fa91ca1e4183af479438603318049a (patch)
tree6c0ad0d0b4cb2a0e7d5c38075f8cfc76a007e25b /net-analyzer/amap/amap-5.0.ebuild
parent(no commit message) (diff)
downloadgentoo-2-import-1.1.1.tar.gz
gentoo-2-import-1.1.1.tar.bz2
gentoo-2-import-1.1.1.zip
*** empty log message ***import-1.1.1
Diffstat (limited to 'net-analyzer/amap/amap-5.0.ebuild')
-rw-r--r--net-analyzer/amap/amap-5.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-analyzer/amap/amap-5.0.ebuild b/net-analyzer/amap/amap-5.0.ebuild
index eec08defb04d..f494f3669bb5 100644
--- a/net-analyzer/amap/amap-5.0.ebuild
+++ b/net-analyzer/amap/amap-5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-5.0.ebuild,v 1.1 2005/04/27 12:19:01 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-5.0.ebuild,v 1.1.1.1 2005/11/30 10:12:39 chriswhite Exp $
inherit eutils
@@ -20,6 +20,9 @@ DEPEND="virtual/libc
src_unpack() {
unpack ${A}
cd ${S}
+ chmod 755 .
+ sed -i -e "s:etc/:share/amap/:g" \
+ amap-lib.c || die "sed amap-lib.c failed"
sed -i 's:/usr/local:/usr:' amap.h || die "sed amap.h failed"
sed -i '/DATADIR/s:/etc:/share/amap:' \
Makefile.am || die "sed Makefile.am failed"