Skip to content

Commit

Permalink
dev-util/buildbot: Fix bug 622272 examples use
Browse files Browse the repository at this point in the history
The contrib directory was dropped, replaced with a docker example dir.
Not doing a rev. bump as it only affects the examples.

Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
dol-sen committed Aug 10, 2017
1 parent df5c6c4 commit d390350
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-util/buildbot/buildbot-0.9.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ src_install() {

if use examples; then
insinto /usr/share/doc/${PF}
doins -r contrib docs/examples
doins -r docker docs/examples
fi

newconfd "${FILESDIR}/buildmaster.confd" buildmaster
Expand Down
2 changes: 1 addition & 1 deletion dev-util/buildbot/buildbot-0.9.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ src_install() {

if use examples; then
insinto /usr/share/doc/${PF}
doins -r contrib docs/examples
doins -r docker docs/examples
fi

newconfd "${FILESDIR}/buildmaster.confd" buildmaster
Expand Down
2 changes: 1 addition & 1 deletion dev-util/buildbot/buildbot-0.9.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ src_install() {

if use examples; then
insinto /usr/share/doc/${PF}
doins -r contrib docs/examples
doins -r docker docs/examples
fi

newconfd "${FILESDIR}/buildmaster.confd" buildmaster
Expand Down
2 changes: 1 addition & 1 deletion dev-util/buildbot/buildbot-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ src_install() {

if use examples; then
insinto /usr/share/doc/${PF}
doins -r contrib docs/examples
doins -r docker docs/examples
fi

newconfd "${FILESDIR}/buildmaster.confd" buildmaster
Expand Down

0 comments on commit d390350

Please sign in to comment.