diff options
author | 2013-09-10 03:42:19 +0000 | |
---|---|---|
committer | 2013-09-10 03:42:19 +0000 | |
commit | 49d6fb4f270eb284820d723d0810207857703712 (patch) | |
tree | d4c037a02e1fc69f7fc8c359c95684f97bb79600 /app-crypt/efitools/efitools-1.4.1-r2.ebuild | |
parent | Whitespace (diff) | |
download | gentoo-2-49d6fb4f270eb284820d723d0810207857703712.tar.gz gentoo-2-49d6fb4f270eb284820d723d0810207857703712.tar.bz2 gentoo-2-49d6fb4f270eb284820d723d0810207857703712.zip |
Whitespace
(Portage version: 2.2.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-crypt/efitools/efitools-1.4.1-r2.ebuild')
-rw-r--r-- | app-crypt/efitools/efitools-1.4.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/efitools/efitools-1.4.1-r2.ebuild b/app-crypt/efitools/efitools-1.4.1-r2.ebuild index f0ca1865132b..81dc8d0ca14a 100644 --- a/app-crypt/efitools/efitools-1.4.1-r2.ebuild +++ b/app-crypt/efitools/efitools-1.4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/efitools/efitools-1.4.1-r2.ebuild,v 1.1 2013/09/01 22:19:56 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/efitools/efitools-1.4.1-r2.ebuild,v 1.2 2013/09/10 03:42:19 patrick Exp $ EAPI="4" inherit eutils @@ -25,5 +25,5 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/xxdi.patch - chmod 755 ${WORKDIR}/${P}/xxdi.pl + chmod 755 "${WORKDIR}/${P}/xxdi.pl" } |