diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-06-18 13:54:39 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-06-18 13:54:39 +0000 |
commit | 63b98297418097a854d2dab24558e58fc0203070 (patch) | |
tree | 9213e377d3d33b2d86790b172e22b669451588da /sys-apps/hal | |
parent | Version bump, with minor change to build.xml.patch (diff) | |
download | gentoo-2-63b98297418097a854d2dab24558e58fc0203070.tar.gz gentoo-2-63b98297418097a854d2dab24558e58fc0203070.tar.bz2 gentoo-2-63b98297418097a854d2dab24558e58fc0203070.zip |
--with-docdir -> --docdir
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 57305584dc67..43582888fa11 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.187 2007/06/15 21:39:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.188 2007/06/18 13:54:39 cardoe Exp $ + + 18 Jun 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9-r1.ebuild: + --with-docdir -> --docdir hal-0.5.9-r1.ebuild 15 Jun 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9-r1.ebuild: Fixing doc-dir -> docdir. bug #182173 thx Chris Mayo <mayo@clara.co.uk> diff --git a/sys-apps/hal/hal-0.5.9-r1.ebuild b/sys-apps/hal/hal-0.5.9-r1.ebuild index d41a37848f41..29e7a3289841 100644 --- a/sys-apps/hal/hal-0.5.9-r1.ebuild +++ b/sys-apps/hal/hal-0.5.9-r1.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/sys-apps/hal/hal-0.5.9-r1.ebuild,v 1.8 2007/06/15 21:39:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild,v 1.9 2007/06/18 13:54:39 cardoe Exp $ inherit eutils linux-info autotools flag-o-matic @@ -160,7 +160,7 @@ src_compile() { fi econf --disable-policy-kit \ - --with-docdir=/usr/share/doc/${PF} \ + --docdir=/usr/share/doc/${PF} \ --with-os-type=gentoo \ --with-pid-file=/var/run/hald.pid \ --with-socket-dir=/var/run/hald \ |