diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-01-01 11:47:21 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-01-01 11:47:21 +0000 |
commit | 08250fe88b3668295b262399fd687711aa57d6a7 (patch) | |
tree | 1a34e46cf447e1e38789c985b42e7e2b1b298d5c /app-emulation/xen-pvgrub/xen-pvgrub-4.3.1.ebuild | |
parent | Version bump. Use system's qtsingleapplication. Bug #496638 (diff) | |
download | gentoo-2-08250fe88b3668295b262399fd687711aa57d6a7.tar.gz gentoo-2-08250fe88b3668295b262399fd687711aa57d6a7.tar.bz2 gentoo-2-08250fe88b3668295b262399fd687711aa57d6a7.zip |
[QA] Remove unused files. Added quotes to unquoted DISTDIR variables.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-emulation/xen-pvgrub/xen-pvgrub-4.3.1.ebuild')
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.3.1.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.3.1.ebuild index e947ce10b298..0166a0b339b9 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.3.1.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.3.1.ebuild,v 1.3 2013/12/10 13:35:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.3.1.ebuild,v 1.4 2014/01/01 11:47:20 tomwij Exp $ EAPI=4 PYTHON_DEPEND="2:2.7" @@ -93,7 +93,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN/-pvgrub/}-4-CVE-2012-6075-XSA-41.patch #Substitute for internal downloading. pciutils copied only due to the only .bz2 - cp $DISTDIR/pciutils-2.2.9.tar.bz2 ./stubdom/ || die "pciutils not copied to stubdom" + cp "${DISTDIR}"/pciutils-2.2.9.tar.bz2 ./stubdom/ || die "pciutils not copied to stubdom" retar-externals || die "re-tar procedure failed" } |