diff options
author | 2008-10-14 07:09:18 +0000 | |
---|---|---|
committer | 2008-10-14 07:09:18 +0000 | |
commit | 49de31667f63790556e337b469fad29eb2015f3a (patch) | |
tree | 2464d371bc29486afde60552e18c143cbf82f8cf /app-text/sloccount/sloccount-2.26-r1.ebuild | |
parent | Bug #241264 fix docdir. (diff) | |
download | gentoo-2-49de31667f63790556e337b469fad29eb2015f3a.tar.gz gentoo-2-49de31667f63790556e337b469fad29eb2015f3a.tar.bz2 gentoo-2-49de31667f63790556e337b469fad29eb2015f3a.zip |
Cleanup.
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'app-text/sloccount/sloccount-2.26-r1.ebuild')
-rw-r--r-- | app-text/sloccount/sloccount-2.26-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/sloccount/sloccount-2.26-r1.ebuild b/app-text/sloccount/sloccount-2.26-r1.ebuild index dbc380c8b7b1..33a7a2b7fb36 100644 --- a/app-text/sloccount/sloccount-2.26-r1.ebuild +++ b/app-text/sloccount/sloccount-2.26-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r1.ebuild,v 1.10 2008/10/14 07:08:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r1.ebuild,v 1.11 2008/10/14 07:09:18 robbat2 Exp $ inherit eutils @@ -20,9 +20,9 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-libexec.patch - epatch ${FILESDIR}/${P}-coreutils-tail-n-fix.patch + cd "${S}" + epatch "${FILESDIR}"/${P}-libexec.patch + epatch "${FILESDIR}"/${P}-coreutils-tail-n-fix.patch sed -i \ -e "/^CC/ { s/$/ ${CFLAGS}/g }" \ |