diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-11 23:39:34 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-11 23:39:34 +0000 |
commit | bc57e39c9d6899073a005005247ad8bd4279fd4a (patch) | |
tree | ff3255367fc7149210f0186b02485796f19c8567 /app-admin/paxtest/paxtest-0.9.6.ebuild | |
parent | QA fixes; unquoted variables (diff) | |
download | gentoo-2-bc57e39c9d6899073a005005247ad8bd4279fd4a.tar.gz gentoo-2-bc57e39c9d6899073a005005247ad8bd4279fd4a.tar.bz2 gentoo-2-bc57e39c9d6899073a005005247ad8bd4279fd4a.zip |
QA fixes; unquoted variables
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/paxtest/paxtest-0.9.6.ebuild')
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/paxtest/paxtest-0.9.6.ebuild b/app-admin/paxtest/paxtest-0.9.6.ebuild index 8e15e147755d..0b2e84ce86a1 100644 --- a/app-admin/paxtest/paxtest-0.9.6.ebuild +++ b/app-admin/paxtest/paxtest-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.17 2009/09/23 15:01:03 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.18 2009/10/11 23:39:34 halcy0n Exp $ inherit eutils multilib @@ -19,11 +19,11 @@ DEPEND=">=sys-apps/chpax-0.5" src_unpack() { unpack ${A} - cp ${FILESDIR}/Makefile-portable ${S}/Makefile + cp "${FILESDIR}"/Makefile-portable "${S}"/Makefile } src_compile() { - emake DESTDIR=${D} BINDIR=${D}/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest || die + emake DESTDIR="${D}" BINDIR="${D}"/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest || die } src_install() { |