diff options
author | Marco Morales <soulse@gentoo.org> | 2005-11-01 18:17:07 +0000 |
---|---|---|
committer | Marco Morales <soulse@gentoo.org> | 2005-11-01 18:17:07 +0000 |
commit | faf23479b43e214da74c131e7017299861639ed6 (patch) | |
tree | 193260d2489410e0c6ba7377621692a372c43fc5 /net-analyzer/snortalog/snortalog-2.4.0.ebuild | |
parent | Marked ppc stable, bug #106458 (diff) | |
download | gentoo-2-faf23479b43e214da74c131e7017299861639ed6.tar.gz gentoo-2-faf23479b43e214da74c131e7017299861639ed6.tar.bz2 gentoo-2-faf23479b43e214da74c131e7017299861639ed6.zip |
Fixed ebuild as per bug #110225 (REOPENED)
(Portage version: 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.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/snortalog/snortalog-2.4.0.ebuild b/net-analyzer/snortalog/snortalog-2.4.0.ebuild index af76546a232d..2d564c7653e4 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.6 2005/11/01 08:13:18 soulse Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortalog/snortalog-2.4.0.ebuild,v 1.7 2005/11/01 18:17:07 soulse Exp $ inherit eutils @@ -53,7 +53,8 @@ src_install () { insinto /etc/${PN} doins conf/{domains,hw,lang,rules} - keepdir /etc/${PN}/picts + insinto /etc/${PN}/picts + doins picts/* insinto /usr/lib/${PN}/${PV}/modules doins -r modules/* |