--- /home/marienz/mozincoming/ltp-20041104.ebuild 2004-11-22 11:29:09.000000000 +0100 +++ /usr/portage/app-benchmarks/ltp/ltp-20041104.ebuild 2004-11-22 10:55:33.760746760 +0100 @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/www/www.gentoo.org/raw_cvs/gentoo-x86/app-benchmarks/ltp/ltp-20041104.ebuild,v 1.1 2004/11/06 23:34:10 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ltp/ltp-20041104.ebuild,v 1.1 2004/11/06 23:34:10 dragonheart Exp $ inherit eutils @@ -24,6 +24,7 @@ cd ${S} epatch ${FILESDIR}/IDcheck-noninteractive.patch epatch ${FILESDIR}/runltp-path.patch + epatch ${FILESDIR}/ltp-ballista-paths.patch } src_compile() { emake || die "emake failed" @@ -33,9 +34,10 @@ make install || die "install failed" mkdir -p ${D}/usr/libexec/ltp/testcases ${D}/usr/bin/ || die "mkdir failed" - cp --parents -r testcases/bin pan/pan runtest ver_linux IDcheck.sh ${D}/usr/libexec/ltp || die "cp failed" + cp --parents -r testcases pan/pan runtest ver_linux IDcheck.sh ${D}/usr/libexec/ltp || die "cp failed" cp runltp runalltests.sh ${D}/usr/bin || die "cp failed" # TODO: fix this so it works from "outside" the source tree # cp ltpmenu ${D}/usr/bin } +