diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 14:30:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 14:30:07 +0000 |
commit | d1817763481451e82bf560144d2199133bd000a9 (patch) | |
tree | 9f5bca8ab3e5010a9f67982622e666dc55012e82 /net-libs/libtlen | |
parent | quoting, unncessary copying install (diff) | |
download | gentoo-2-d1817763481451e82bf560144d2199133bd000a9.tar.gz gentoo-2-d1817763481451e82bf560144d2199133bd000a9.tar.bz2 gentoo-2-d1817763481451e82bf560144d2199133bd000a9.zip |
quoting etc
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libtlen')
-rw-r--r-- | net-libs/libtlen/libtlen-20060309.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net-libs/libtlen/libtlen-20060309.ebuild b/net-libs/libtlen/libtlen-20060309.ebuild index b03fe398e8de..167f34528092 100644 --- a/net-libs/libtlen/libtlen-20060309.ebuild +++ b/net-libs/libtlen/libtlen-20060309.ebuild @@ -1,9 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20060309.ebuild,v 1.8 2009/09/23 18:50:31 patrick Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20060309.ebuild,v 1.9 2010/10/28 14:30:07 ssuominen Exp $ inherit eutils autotools @@ -20,10 +17,10 @@ DEPEND="" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" if use amd64; then - epatch ${FILESDIR}/20040912-fPIC.patch + epatch "${FILESDIR}"/20040912-fPIC.patch fi AT_M4DIR="m4" eautoreconf |