diff options
Diffstat (limited to 'dev-lisp/gauche-gl/gauche-gl-0.1.3.ebuild')
-rw-r--r-- | dev-lisp/gauche-gl/gauche-gl-0.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/gauche-gl/gauche-gl-0.1.3.ebuild b/dev-lisp/gauche-gl/gauche-gl-0.1.3.ebuild index ec4652b35a23..e6ca665be841 100644 --- a/dev-lisp/gauche-gl/gauche-gl-0.1.3.ebuild +++ b/dev-lisp/gauche-gl/gauche-gl-0.1.3.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-lisp/gauche-gl/gauche-gl-0.1.3.ebuild,v 1.2 2003/02/13 10:53:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche-gl/gauche-gl-0.1.3.ebuild,v 1.3 2003/09/06 22:35:54 msterret Exp $ DESCRIPTION="OpenGL 1.1 bindings for Gauche" HOMEPAGE="http://gauche.sf.net" @@ -39,7 +39,7 @@ src_install () { make DESTDIR=${D} install || die - dodoc COPYING README ChangeLog INSTALL* VERSION + dodoc COPYING README ChangeLog INSTALL* VERSION local expls=/usr/share/${P}/examples dodir ${expls}/glbook insinto ${expls} |