--- open-vm-tools-0.0.20090618.172495.ebuild.old 2009-07-09 09:44:55.000000000 +0200 +++ open-vm-tools-0.0.20090618.172495.ebuild 2009-07-09 09:39:06.000000000 +0200 @@ -4,7 +4,7 @@ EAPI="2" -inherit eutils linux-mod pam versionator +inherit eutils autotools linux-mod pam versionator MY_DATE="$(get_version_component_range 3)" MY_BUILD="$(get_version_component_range 4)" @@ -86,6 +86,8 @@ src_prepare() { epatch "${FILESDIR}/default-scripts.patch" sed -e 's:VMTOOLSD_PLUGIN_ROOT=\\"\$(pkglibdir)\\":VMTOOLSD_PLUGIN_ROOT=\\"\$(pkglibdir)/plugins\\":g' -i services/vmtoolsd/Makefile.in + epatch "${FILESDIR}/open-vm-tools-procps-check-fix.patch" + eautoreconf || die "autoreconf failed" } src_configure() { @@ -95,13 +97,12 @@ $(use_with X x) \ $(use_with X gtkmm) \ $(use_enable unity) \ - $(use_enable xinerama multimon) + $(use_enable xinerama multimon) || die "econf failed" } src_compile() { linux-mod_src_compile - - emake || die + emake || die "emake failed" } src_install() {