summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Morales <soulse@gentoo.org>2005-11-01 08:13:18 +0000
committerMarco Morales <soulse@gentoo.org>2005-11-01 08:13:18 +0000
commite116460539c7a14d688daa435870a9317f2f7b94 (patch)
tree66dd73fb474336e6cbdb8b697e75dc9113b57992 /net-analyzer/snortalog/snortalog-2.4.0.ebuild
parentadded fPIC patch and cleaned up ebuilds; stable bump for sparc and x86 (diff)
downloadhistorical-e116460539c7a14d688daa435870a9317f2f7b94.tar.gz
historical-e116460539c7a14d688daa435870a9317f2f7b94.tar.bz2
historical-e116460539c7a14d688daa435870a9317f2f7b94.zip
Fixed ebuild as per bug #110225
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-analyzer/snortalog/snortalog-2.4.0.ebuild')
-rw-r--r--net-analyzer/snortalog/snortalog-2.4.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-analyzer/snortalog/snortalog-2.4.0.ebuild b/net-analyzer/snortalog/snortalog-2.4.0.ebuild
index fe2c8f80f375..af76546a232d 100644
--- a/net-analyzer/snortalog/snortalog-2.4.0.ebuild
+++ b/net-analyzer/snortalog/snortalog-2.4.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/snortalog/snortalog-2.4.0.ebuild,v 1.5 2005/06/25 02:03:52 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortalog/snortalog-2.4.0.ebuild,v 1.6 2005/11/01 08:13:18 soulse Exp $
inherit eutils
@@ -40,6 +40,7 @@ src_unpack() {
sed -i -e "s:\(modules/\):/usr/lib/snortalog/${PV}/\1:g" \
-e 's:\($domains_file = "\)conf/\(domains\)\(".*\):\1/etc/snortalog/\2\3:' \
-e 's:\($rules_file = "\)conf/\(rules\)\(".*\):\1/etc/snortalog/\2\3:' \
+ -e 's:\($picts_dir ="\)picts\(".*\):\1/etc/snortalog/picts\2:' \
-e 's:\($hw_file = "\)conf/\(hw\)\(".*\):\1/etc/snortalog/\2\3:' \
-e 's:\($lang_file ="\)conf/\(lang\)\(".*\):\1/etc/snortalog/\2\3:' \
-e 's:Can access:Cannot access:' \
@@ -52,6 +53,8 @@ src_install () {
insinto /etc/${PN}
doins conf/{domains,hw,lang,rules}
+ keepdir /etc/${PN}/picts
+
insinto /usr/lib/${PN}/${PV}/modules
doins -r modules/*