diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-24 10:43:57 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-24 10:43:57 +0000 |
commit | 97b1751f9fdb9d1d49348add8ee5f4a4136156ea (patch) | |
tree | f362a7ad291d50f28e9aefcdb74556dd9998856c /sci-electronics | |
parent | Fix symlink creation (bug #323473). (diff) | |
download | gentoo-2-97b1751f9fdb9d1d49348add8ee5f4a4136156ea.tar.gz gentoo-2-97b1751f9fdb9d1d49348add8ee5f4a4136156ea.tar.bz2 gentoo-2-97b1751f9fdb9d1d49348add8ee5f4a4136156ea.zip |
QA Unquoted Variable
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/ng-spice-rework/ng-spice-rework-9999.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sci-electronics/ng-spice-rework/ng-spice-rework-9999.ebuild b/sci-electronics/ng-spice-rework/ng-spice-rework-9999.ebuild index 722ca164922a..70fc2228d604 100644 --- a/sci-electronics/ng-spice-rework/ng-spice-rework-9999.ebuild +++ b/sci-electronics/ng-spice-rework/ng-spice-rework-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ng-spice-rework/ng-spice-rework-9999.ebuild,v 1.3 2007/01/31 18:14:15 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ng-spice-rework/ng-spice-rework-9999.ebuild,v 1.4 2010/06/24 10:43:57 jlec Exp $ inherit eutils cvs @@ -19,15 +19,15 @@ KEYWORDS="" DEPEND="readline? ( >=sys-libs/readline-5.0 )" -S=${WORKDIR}/ngspice/ng-spice-rework +S="${WORKDIR}"/ngspice/ng-spice-rework src_unpack() { cvs_src_unpack - cd ${S} - epatch ${FILESDIR}/${PN}-com_let.patch - epatch ${FILESDIR}/${PN}-numparam.patch - epatch ${FILESDIR}/${PN}-pipemode.patch - epatch ${FILESDIR}/${PN}-postscript.patch + cd "${S}" + epatch "${FILESDIR}"/${PN}-com_let.patch + epatch "${FILESDIR}"/${PN}-numparam.patch + epatch "${FILESDIR}"/${PN}-pipemode.patch + epatch "${FILESDIR}"/${PN}-postscript.patch # Getting rid of this for now sed -i -e "/src\/spicelib\/devices\/adms\//d" configure.in |