summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-03-10 22:16:16 +0000
committerAlin Năstac <mrness@gentoo.org>2005-03-10 22:16:16 +0000
commit8424239c212fc345351eb5cb1435875f63bdcc7e (patch)
tree128352884451353ccebbf27a87981303bff0795b /www-proxy
parentfix mode of init.d script (diff)
downloadgentoo-2-8424239c212fc345351eb5cb1435875f63bdcc7e.tar.gz
gentoo-2-8424239c212fc345351eb5cb1435875f63bdcc7e.tar.bz2
gentoo-2-8424239c212fc345351eb5cb1435875f63bdcc7e.zip
another cleanup
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-proxy')
-rw-r--r--www-proxy/dansguardian/dansguardian-2.8.0.4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/www-proxy/dansguardian/dansguardian-2.8.0.4.ebuild b/www-proxy/dansguardian/dansguardian-2.8.0.4.ebuild
index ec6025264ca7..541848d08d24 100644
--- a/www-proxy/dansguardian/dansguardian-2.8.0.4.ebuild
+++ b/www-proxy/dansguardian/dansguardian-2.8.0.4.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/www-proxy/dansguardian/dansguardian-2.8.0.4.ebuild,v 1.3 2005/03/10 22:09:23 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-proxy/dansguardian/dansguardian-2.8.0.4.ebuild,v 1.4 2005/03/10 22:16:16 mrness Exp $
inherit eutils
@@ -31,7 +31,9 @@ src_compile() {
}
src_install() {
- if [ -d "/etc/logrotate.d" ]; then mkdir -p ${D}/etc/logrotate.d; fi
+ if [ -d "/etc/logrotate.d" ]; then
+ dodir /etc/logrotate.d
+ fi
make install || die "make install failed"
exeinto /etc/init.d