diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-14 18:46:23 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-14 18:46:23 +0000 |
commit | 90ae2b408458d58581a048af42be4dceb7916414 (patch) | |
tree | 61766a0c7f5ef79de0311d7acda9c52f7bcbf53f /net-www | |
parent | Uniform install usage. (diff) | |
download | gentoo-2-90ae2b408458d58581a048af42be4dceb7916414.tar.gz gentoo-2-90ae2b408458d58581a048af42be4dceb7916414.tar.bz2 gentoo-2-90ae2b408458d58581a048af42be4dceb7916414.zip |
Uniform install usage.
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_dav/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_dav/mod_dav-1.0.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mod_dav/ChangeLog b/net-www/mod_dav/ChangeLog index 22b03ed10db6..369346088319 100644 --- a/net-www/mod_dav/ChangeLog +++ b/net-www/mod_dav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_dav # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/ChangeLog,v 1.24 2007/01/14 16:31:52 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/ChangeLog,v 1.25 2007/01/14 18:46:23 chtekk Exp $ + + 14 Jan 2007; Luca Longinotti <chtekk@gentoo.org> mod_dav-1.0.3-r3.ebuild: + Uniform install usage. 14 Jan 2007; Luca Longinotti <chtekk@gentoo.org> -files/mod_dav.conf, mod_dav-1.0.3-r3.ebuild: diff --git a/net-www/mod_dav/mod_dav-1.0.3-r3.ebuild b/net-www/mod_dav/mod_dav-1.0.3-r3.ebuild index bf747cca35d5..ab08c5e3c588 100644 --- a/net-www/mod_dav/mod_dav-1.0.3-r3.ebuild +++ b/net-www/mod_dav/mod_dav-1.0.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/mod_dav-1.0.3-r3.ebuild,v 1.5 2007/01/14 16:31:52 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/mod_dav-1.0.3-r3.ebuild,v 1.6 2007/01/14 18:46:23 chtekk Exp $ inherit eutils autotools apache-module @@ -42,6 +42,6 @@ src_compile() { } pkg_postinst() { - install -m0750 -o apache -g apache -d "${ROOT}"/var/lock/mod_dav + install -d -m0750 -o apache -g apache "${ROOT}"/var/lock/${PN} apache1_pkg_postinst } |