diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 08:39:30 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 08:39:30 +0000 |
commit | a430fac6f2c68e8fb3b95483ef3ba80b74adcf00 (patch) | |
tree | 010258cbb7523f35ee5790e18bd5b55b9ad2733b /dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild | |
parent | removed old version (diff) | |
download | gentoo-2-a430fac6f2c68e8fb3b95483ef3ba80b74adcf00.tar.gz gentoo-2-a430fac6f2c68e8fb3b95483ef3ba80b74adcf00.tar.bz2 gentoo-2-a430fac6f2c68e8fb3b95483ef3ba80b74adcf00.zip |
whitespace cleanup
Diffstat (limited to 'dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild')
-rw-r--r-- | dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild b/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild index 70e5e0d1cf75..28146bf376e2 100644 --- a/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild +++ b/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.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/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild,v 1.8 2003/02/13 11:47:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild,v 1.9 2003/09/06 08:39:20 msterret Exp $ BOA_VER=0.1.0-alpha S=${WORKDIR}/boa @@ -44,8 +44,8 @@ src_install () { doins *.cfg insinto "${boadir}/Plug-ins" doins Plug-ins/* - + dobin "${FILESDIR}/boa-constructor" - + dodoc Bugs.txt Changes.txt Credits.txt PYTHONSTARTUP README.txt } |