diff options
Diffstat (limited to 'dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.ebuild')
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.ebuild b/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.ebuild index 61da34065881..fa67ab082ef5 100644 --- a/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.ebuild +++ b/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.ebuild @@ -1,6 +1,6 @@ # 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.34.ebuild,v 1.10 2005/05/01 18:08:19 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf/ruby-gdkpixbuf-0.34.ebuild,v 1.11 2005/09/02 12:33:31 flameeyes Exp $ inherit ruby @@ -26,5 +26,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} } |