summaryrefslogtreecommitdiff
path: root/sys-apps/hal
diff options
context:
space:
mode:
authorroot <root@evil.(none)>2009-05-29 23:39:23 +0300
committerroot <root@evil.(none)>2009-05-29 23:39:23 +0300
commitb3fe687c40441e96da1df0320ca5381648de3843 (patch)
tree3bfc818f4eaea1d8aad5eff84325690a41b91cef /sys-apps/hal
parentf1018116b6229ea91fea5ebe550d32c49e8aeb6c (diff)
modified: sys-apps/hal/hal-9999.ebuild
modified: sys-apps/util-linux/util-linux-9999.ebuild deleted: sys-libs/e2fsprogs-libs/e2fsprogs-libs-9999.ebuild (wrong, useless)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r--sys-apps/hal/hal-9999.ebuild21
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"