diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-26 19:50:03 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-26 19:50:03 +0000 |
commit | 02b6d7cafd1d375e88084fafcf413ac64ee0c394 (patch) | |
tree | ab0235ea7b03ee9374e92b4a15e8ebe221f0f877 /media-sound/audtty/audtty-0.1.3.ebuild | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-02b6d7cafd1d375e88084fafcf413ac64ee0c394.tar.gz gentoo-2-02b6d7cafd1d375e88084fafcf413ac64ee0c394.tar.bz2 gentoo-2-02b6d7cafd1d375e88084fafcf413ac64ee0c394.zip |
Fix quoting.
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'media-sound/audtty/audtty-0.1.3.ebuild')
-rw-r--r-- | media-sound/audtty/audtty-0.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/audtty/audtty-0.1.3.ebuild b/media-sound/audtty/audtty-0.1.3.ebuild index f39dc459d4fa..7672b118c1af 100644 --- a/media-sound/audtty/audtty-0.1.3.ebuild +++ b/media-sound/audtty/audtty-0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.3.ebuild,v 1.3 2006/03/04 21:59:23 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.3.ebuild,v 1.4 2006/05/26 19:50:03 flameeyes Exp $ inherit autotools @@ -20,7 +20,7 @@ DEPEND="sys-libs/ncurses src_unpack() { unpack ${A} - cd ${S} + cd "${S}" eautoreconf } |