diff options
Diffstat (limited to 'sys-apps/hal/hal-9999.ebuild')
-rw-r--r-- | sys-apps/hal/hal-9999.ebuild | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/sys-apps/hal/hal-9999.ebuild b/sys-apps/hal/hal-9999.ebuild index 5b82c97..4148100 100644 --- a/sys-apps/hal/hal-9999.ebuild +++ b/sys-apps/hal/hal-9999.ebuild @@ -224,32 +224,27 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die -# dodoc AUTHORS ChangeLog NEWS README || die "docs failed" + dodoc AUTHORS ChangeLog NEWS README # hal umount for unclean unmounts exeinto /lib/udev/ - newexe "${FILESDIR}/hal-unmount.dev" hal_unmount || die "udev helper failed" - + newexe "${FILESDIR}/hal-unmount.dev" hal_unmount # initscript - newinitd "${FILESDIR}/0.5.10-hald.rc" hald || die "init script failed" + newinitd "${FILESDIR}/0.5.10-hald.rc" hald # configuration - cp "${FILESDIR}/0.5.10-hald.conf" "${WORKDIR}/" || \ - die "failed to copy hald.conf" + cp "${FILESDIR}/0.5.10-hald.conf" "${WORKDIR}/" if use debug; then sed -e 's:HALD_VERBOSE="no":HALD_VERBOSE="yes":' \ - -i "${WORKDIR}/0.5.10-hald.conf" || die "failed to change verbose" + -i "${WORKDIR}/0.5.10-hald.conf" fi - newconfd "${WORKDIR}/0.5.10-hald.conf" hald || \ - die "failed to install hald.conf" + newconfd "${WORKDIR}/0.5.10-hald.conf" hald if use X ; then # New Configuration Snippets - dodoc "${WORKDIR}/${PN}-config-examples/"*.fdi || \ - die "dodoc X examples failed" - dobin "${WORKDIR}/${PN}-config-examples/migrate-xorg-to-fdi.py" || \ - die "dodoc X migration script failed" + dodoc "${WORKDIR}/${PN}-config-examples"/*.fdi + dobin "${WORKDIR}/${PN}-config-examples"/migrate-xorg-to-fdi.py # Automagic conversion! elog "Migrating xorg.conf Core Keyboard configuration to HAL FDI file" |