Skip to content

Commit

Permalink
dev-db/clickhouse: remove debug statements from ebuild
Browse files Browse the repository at this point in the history
Commited version with debug statements by accident

Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
Vladimir Smirnov committed Jun 15, 2018
1 parent 977bc1b commit 749e6a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dev-db/clickhouse/clickhouse-1.1.54385.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,9 @@ src_install() {
fi

if use doc; then
echo "Entering docs"
pushd "${S}/docs" || die "Failed to enter docs build directory"
pwd
echo "Executing build.sh"
bash -x ./build.sh || die "Failed to build docs"
./build.sh || die "Failed to build docs"
popd || die "Failed to exit docs build directory"
echo "Installing docs"

dodoc -r "${S}/docs/build/docs"
fi
Expand Down

0 comments on commit 749e6a7

Please sign in to comment.