summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-12-08 07:45:56 +0000
committerMike Frysinger <vapier@gentoo.org>2003-12-08 07:45:56 +0000
commit4915d1682fe845bc2ac00734ee50d18da0a176a9 (patch)
tree600c6ee6b14a12047d985a278ee247b08c287450 /net-analyzer
parentold (diff)
downloadhistorical-4915d1682fe845bc2ac00734ee50d18da0a176a9.tar.gz
historical-4915d1682fe845bc2ac00734ee50d18da0a176a9.tar.bz2
historical-4915d1682fe845bc2ac00734ee50d18da0a176a9.zip
fix keepdir #35308
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/snort/snort-1.9.1-r3.ebuild4
-rw-r--r--net-analyzer/snort/snort-2.0.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/snort/snort-1.9.1-r3.ebuild b/net-analyzer/snort/snort-1.9.1-r3.ebuild
index 1be3cb7dc213..ff4e6f73ea1c 100644
--- a/net-analyzer/snort/snort-1.9.1-r3.ebuild
+++ b/net-analyzer/snort/snort-1.9.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.9.1-r3.ebuild,v 1.5 2003/12/08 07:45:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.9.1-r3.ebuild,v 1.6 2003/12/08 07:45:56 vapier Exp $
inherit eutils
@@ -59,7 +59,7 @@ src_install() {
make DESTDIR=${D} install || die
dodir /var/log/snort
- touch ${D}/var/log/snort/.keep
+ keepdir /var/log/snort
insinto /usr/lib/snort/bin
doins contrib/{create_mysql,snortlog,*.pl}
diff --git a/net-analyzer/snort/snort-2.0.0.ebuild b/net-analyzer/snort/snort-2.0.0.ebuild
index 011fe1441e87..b1e6fcd981d1 100644
--- a/net-analyzer/snort/snort-2.0.0.ebuild
+++ b/net-analyzer/snort/snort-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.0.0.ebuild,v 1.6 2003/11/24 15:40:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.0.0.ebuild,v 1.7 2003/12/08 07:45:56 vapier Exp $
inherit eutils
@@ -74,7 +74,7 @@ src_install () {
make DESTDIR=${D} install || die
dodir /var/log/snort
- touch ${D}/var/log/snort/.keep
+ keepdir /var/log/snort
insinto /usr/lib/snort/bin
doins contrib/{create_mysql,snortlog,*.pl}