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
commitad664606f4fa80bc5551a707e7db96d27d421f61 (patch)
treea95a7a430044089f4bc71fe2fe1c682aa48ef0e6 /www-proxy
parentfix mode of init.d script (diff)
downloadhistorical-ad664606f4fa80bc5551a707e7db96d27d421f61.tar.gz
historical-ad664606f4fa80bc5551a707e7db96d27d421f61.tar.bz2
historical-ad664606f4fa80bc5551a707e7db96d27d421f61.zip
another cleanup
Package-Manager: portage-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