diff options
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild')
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild b/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild index e515df34ec3a..bc179139791d 100644 --- a/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild +++ b/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild,v 1.7 2004/07/14 22:04:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.30.ebuild,v 1.8 2005/09/02 12:33:31 flameeyes Exp $ S=${WORKDIR}/ruby-gnome-all-${PV}/gdkpixbuf DESCRIPTION="Ruby GdkPixbuf bindings" @@ -23,5 +23,5 @@ src_compile() { src_install() { make site-install DESTDIR=${D} dodoc [A-Z]* - cp -dr sample ${D}/usr/share/doc/${PF} + cp -r sample ${D}/usr/share/doc/${PF} } |