diff options
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 } |