diff options
author | Christian Heim <phreak@gentoo.org> | 2007-12-26 22:04:20 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-12-26 22:04:20 +0000 |
commit | f959d4da9c4593080c4283e501476560a0ea181c (patch) | |
tree | 8bd9580c3ce7f5efb54098ee15c864d7129ea6c5 /net-misc | |
parent | new version, implements selection of primary compilers and versioned virtual/... (diff) | |
download | gentoo-2-f959d4da9c4593080c4283e501476560a0ea181c.tar.gz gentoo-2-f959d4da9c4593080c4283e501476560a0ea181c.tar.bz2 gentoo-2-f959d4da9c4593080c4283e501476560a0ea181c.zip |
Fix the quotation.
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/aget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/aget/aget-0.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/aget/ChangeLog b/net-misc/aget/ChangeLog index 426209fe56e3..3710977b64fe 100644 --- a/net-misc/aget/ChangeLog +++ b/net-misc/aget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/aget # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.11 2007/12/26 22:01:13 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.12 2007/12/26 22:04:20 phreak Exp $ + + 26 Dec 2007; Christian Heim <phreak@gentoo.org> aget-0.4.ebuild: + Fix the quotation. 26 Dec 2007; Christian Heim <phreak@gentoo.org> Manifest: Fixing digestentry.unused (.metadata.xml.swp). diff --git a/net-misc/aget/aget-0.4.ebuild b/net-misc/aget/aget-0.4.ebuild index 601eb07d838e..36e33381b060 100644 --- a/net-misc/aget/aget-0.4.ebuild +++ b/net-misc/aget/aget-0.4.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/net-misc/aget/aget-0.4.ebuild,v 1.10 2007/09/28 18:49:07 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v 1.11 2007/12/26 22:04:20 phreak Exp $ inherit eutils @@ -19,8 +19,8 @@ DEPEND="virtual/libc" src_unpack() { unpack ${A} - cd ${S} - epatch ${WORKDIR}/${DEB_PATCH} + cd "${S}" + epatch "${WORKDIR}"/${DEB_PATCH} sed -i "/^CFLAGS/s:-g:${CFLAGS}:" Makefile } |