summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-10-05 07:48:52 +0000
committerSimon Stelling <blubb@gentoo.org>2005-10-05 07:48:52 +0000
commit4a85d26f45f9447a35d6a13f47cbf644034ca720 (patch)
tree3e4b4a6afaa30c17b65b9f5a05fe50d79f5dcdfc /app-admin/paxtest/paxtest-0.9.6.ebuild
parent* bump again (diff)
downloadgentoo-2-4a85d26f45f9447a35d6a13f47cbf644034ca720.tar.gz
gentoo-2-4a85d26f45f9447a35d6a13f47cbf644034ca720.tar.bz2
gentoo-2-4a85d26f45f9447a35d6a13f47cbf644034ca720.zip
make it adhere multilib-strict; bug 107805
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-admin/paxtest/paxtest-0.9.6.ebuild')
-rw-r--r--app-admin/paxtest/paxtest-0.9.6.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/paxtest/paxtest-0.9.6.ebuild b/app-admin/paxtest/paxtest-0.9.6.ebuild
index 8d5c5858b3db..853f58eda06e 100644
--- a/app-admin/paxtest/paxtest-0.9.6.ebuild
+++ b/app-admin/paxtest/paxtest-0.9.6.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.10 2005/09/09 13:47:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.11 2005/10/05 07:48:52 blubb Exp $
-inherit eutils
+inherit eutils multilib
DESCRIPTION="PaX regression test suite"
HOMEPAGE="http://www.adamantix.org/paxtest/"
@@ -24,11 +24,11 @@ src_unpack() {
}
src_compile() {
- emake DESTDIR=${D} BINDIR=${D}/usr/bin RUNDIR=/usr/lib/paxtest || die
+ emake DESTDIR=${D} BINDIR=${D}/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest || die
}
src_install() {
- make DESTDIR="${D}" BINDIR=/usr/bin RUNDIR=/usr/lib/paxtest install || die
+ make DESTDIR="${D}" BINDIR=/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest install || die
for doc in Changelog README ;do
[[ -f ${doc} ]] && dodoc ${doc}
done