diff options
Diffstat (limited to 'x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild')
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild b/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild index ff94425a5456..f9710ca3ae71 100644 --- a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-1.2.0.31.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/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.1 2003/07/18 21:07:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.2 2004/01/10 14:50:34 obz Exp $ MAJOR_PV=${PV%.[0-9]*.[0-9]*} MINOR_PV=${PV#[0-9]*.[0-9]*.} @@ -29,5 +29,5 @@ src_install() { dodoc INSTALL README* COPYING AUTHORS ChangeLog NEWS TODO insinto /usr/share/guile-gtk/examples - doins ${S}/examples/*.sc + doins ${S}/examples/*.scm } |