diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-04 01:20:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-04 01:20:31 +0000 |
commit | 954d39a4ae8598785e4fc823c6c3a16d726cc6bd (patch) | |
tree | 15e1ce28ba6d27351cee4e6aadf75ff0a6efc913 /app-emulation/hercules/hercules-2.17.1-r1.ebuild | |
parent | whitespace cleanups; header fix (diff) | |
download | historical-954d39a4ae8598785e4fc823c6c3a16d726cc6bd.tar.gz historical-954d39a4ae8598785e4fc823c6c3a16d726cc6bd.tar.bz2 historical-954d39a4ae8598785e4fc823c6c3a16d726cc6bd.zip |
whitespace cleanup
Diffstat (limited to 'app-emulation/hercules/hercules-2.17.1-r1.ebuild')
-rw-r--r-- | app-emulation/hercules/hercules-2.17.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/hercules/hercules-2.17.1-r1.ebuild b/app-emulation/hercules/hercules-2.17.1-r1.ebuild index 60ed65b3cb56..a461e492a6d1 100644 --- a/app-emulation/hercules/hercules-2.17.1-r1.ebuild +++ b/app-emulation/hercules/hercules-2.17.1-r1.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/app-emulation/hercules/hercules-2.17.1-r1.ebuild,v 1.2 2003/06/29 20:06:54 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-2.17.1-r1.ebuild,v 1.3 2003/09/04 01:05:50 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Hercules System/370, ESA/390 and zArchitecture Mainframe Emulator" @@ -32,7 +32,7 @@ src_compile() { src_install() { make DESTDIR=${D} install - dodoc INSTALL + dodoc INSTALL dohtml -r html/ insinto /usr/share/hercules doins hercules.cnf |