summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-20 11:41:48 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-20 11:41:48 +0000
commit62f9cc4c9843c44deb84324faac11c9134eca714 (patch)
treeac8c5911b3415d5c5d63b21856600da5806308c4 /www-misc
parentalpha/ia64/s390/sh/sparc stable wrt #357849 (diff)
downloadgentoo-2-62f9cc4c9843c44deb84324faac11c9134eca714.tar.gz
gentoo-2-62f9cc4c9843c44deb84324faac11c9134eca714.tar.bz2
gentoo-2-62f9cc4c9843c44deb84324faac11c9134eca714.zip
fix ROOT abuse
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/zoneminder/zoneminder-1.24.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-misc/zoneminder/zoneminder-1.24.2.ebuild b/www-misc/zoneminder/zoneminder-1.24.2.ebuild
index fa2ff253b185..35f4946e731d 100644
--- a/www-misc/zoneminder/zoneminder-1.24.2.ebuild
+++ b/www-misc/zoneminder/zoneminder-1.24.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/zoneminder/zoneminder-1.24.2.ebuild,v 1.4 2011/02/27 20:09:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/zoneminder/zoneminder-1.24.2.ebuild,v 1.5 2011/03/20 11:41:48 ssuominen Exp $
inherit eutils autotools depend.php depend.apache multilib
@@ -121,7 +121,7 @@ src_install() {
doins "${FILESDIR}"/10_zoneminder.conf
for DIR in events images sound; do
- dodir "${ROOT}"/var/www/zoneminder/htdocs/${DIR}
+ dodir /var/www/zoneminder/htdocs/${DIR}
done
}