diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-12-28 15:02:55 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-12-28 15:02:55 +0000 |
commit | 5de3e6f43edcfc4045472fac2a7e5f548561a291 (patch) | |
tree | bb04b896c5505f423c1e2e47fb0e22556569521a /sys-apps/hal | |
parent | ppc stable, bug #251044 (diff) | |
download | gentoo-2-5de3e6f43edcfc4045472fac2a7e5f548561a291.tar.gz gentoo-2-5de3e6f43edcfc4045472fac2a7e5f548561a291.tar.bz2 gentoo-2-5de3e6f43edcfc4045472fac2a7e5f548561a291.zip |
Fix bug #252587
(Portage version: 2.1.4.5)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.11-r1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 446d6c5ee0d7..7131256ab939 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.259 2008/12/24 15:39:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.260 2008/12/28 15:02:55 armin76 Exp $ + + 28 Dec 2008; Raúl Porcel <armin76@gentoo.org> hal-0.5.11-r1.ebuild: + Fix bug #252587 24 Dec 2008; Doug Goldstein <cardoe@gentoo.org> hal-0.5.11-r1.ebuild, hal-0.5.11-r4.ebuild: diff --git a/sys-apps/hal/hal-0.5.11-r1.ebuild b/sys-apps/hal/hal-0.5.11-r1.ebuild index ad556f421c12..b5a0e57d7632 100644 --- a/sys-apps/hal/hal-0.5.11-r1.ebuild +++ b/sys-apps/hal/hal-0.5.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11-r1.ebuild,v 1.14 2008/12/24 15:39:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11-r1.ebuild,v 1.15 2008/12/28 15:02:55 armin76 Exp $ inherit eutils linux-info autotools flag-o-matic @@ -230,14 +230,14 @@ src_install() { if use X ; then # New Configuration Snippets - dodoc "${WORKDIR}/${P}-config-examples/"*.fdi || \ + dodoc "${WORKDIR}/${PN}-config-examples/"*.fdi || \ die "dodoc X examples failed" - dobin "${WORKDIR}/${P}-config-examples/migrate-xorg-to-fdi.py" || \ + dobin "${WORKDIR}/${PN}-config-examples/migrate-xorg-to-fdi.py" || \ die "dodoc X migration script failed" # Automagic conversion! elog "Migrating xorg.conf Core Keyboard configuration to HAL FDI file" - "${WORKDIR}/${P}-config-examples/migrate-xorg-to-fdi.py" 2> /dev/null \ + "${WORKDIR}/${PN}-config-examples/migrate-xorg-to-fdi.py" 2> /dev/null \ > "${D}/etc/hal/fdi/policy/10-x11-input.fdi" || \ ewarn "Failed to migrate your keyboard configuration." fi |