Skip to content

Commit

Permalink
dev-lang/ruby: fix deprecated insinto
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <[email protected]>
  • Loading branch information
graaff committed Apr 5, 2020
1 parent 6fe407c commit e788421
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions dev-lang/ruby/ruby-2.4.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ src_install() {
fi

if use examples; then
insinto /usr/share/doc/${PF}
doins -r sample
dodoc -r sample
fi

dodoc ChangeLog NEWS doc/NEWS* README*
Expand Down
3 changes: 1 addition & 2 deletions dev-lang/ruby/ruby-2.5.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ src_install() {
fi

if use examples; then
insinto /usr/share/doc/${PF}
doins -r sample
dodoc -r sample
fi

dodoc ChangeLog NEWS doc/NEWS* README*
Expand Down
3 changes: 1 addition & 2 deletions dev-lang/ruby/ruby-2.6.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ src_install() {
fi

if use examples; then
insinto /usr/share/doc/${PF}
doins -r sample
dodoc -r sample
fi

dodoc ChangeLog NEWS doc/NEWS* README*
Expand Down

0 comments on commit e788421

Please sign in to comment.