diff options
-rw-r--r-- | dev-lang/ruby/ruby-1.8.6-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/ruby/ruby-1.8.6-r1.ebuild b/dev-lang/ruby/ruby-1.8.6-r1.ebuild index 7cf545a..7d1b44e 100644 --- a/dev-lang/ruby/ruby-1.8.6-r1.ebuild +++ b/dev-lang/ruby/ruby-1.8.6-r1.ebuild @@ -135,8 +135,8 @@ src_install() { fi if use examples; then - dodir ${ROOT}usr/share/doc/${PF} - cp -pPR sample ${D}/${ROOT}usr/share/doc/${PF} + dodir /usr/share/doc/${PF} + cp -pPR sample ${D}/usr/share/doc/${PF} fi dosym libruby${SLOT/./}$(get_libname ${PV%_*}) /usr/$(get_libdir)/libruby$(get_libname ${PV%.*}) @@ -145,8 +145,8 @@ src_install() { dodoc ChangeLog NEWS README* ToDo if use rubytests; then - dodir ${ROOT}usr/share/${PN} - cp -pPR test ${D}/${ROOT}usr/share/${PN} + dodir /usr/share/${PN} + cp -pPR test ${D}/usr/share/${PN} fi } |