diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-15 17:32:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-15 17:32:31 +0000 |
commit | 5a91ac279f3e4cf0397b32a97303d8c9f3515758 (patch) | |
tree | 6ab287b06784771a067bbe5cefd84a7f44074d37 /games-emulation/zsnes | |
parent | remove crufty old versions (diff) | |
download | historical-5a91ac279f3e4cf0397b32a97303d8c9f3515758.tar.gz historical-5a91ac279f3e4cf0397b32a97303d8c9f3515758.tar.bz2 historical-5a91ac279f3e4cf0397b32a97303d8c9f3515758.zip |
dos2unix fix #38099
Diffstat (limited to 'games-emulation/zsnes')
-rw-r--r-- | games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild b/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild index 189507706da5..011b867b0a17 100644 --- a/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild +++ b/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild,v 1.2 2004/01/05 03:58:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild,v 1.3 2004/01/15 17:32:31 vapier Exp $ inherit games eutils @@ -31,7 +31,7 @@ src_unpack() { mv ${f} ${f/zsnes\\\\} done cd src - edos2unix config.{guess,sub} + edos2unix config.{guess,sub} effects/smoke.c zip/unzip.c aclocal || die "aclocal failed" env WANT_AUTOCONF=2.5 autoconf || die "autoconf failed" } |