dev-db/clickhouse: remove debug statements from ebuild
authorVladimir Smirnov <civil@gentoo.org>
Fri, 15 Jun 2018 20:19:25 +0000 (22:19 +0200)
committerVladimir Smirnov <civil@gentoo.org>
Fri, 15 Jun 2018 20:19:25 +0000 (22:19 +0200)
Commited version with debug statements by accident

Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-db/clickhouse/clickhouse-1.1.54385.ebuild

index 6c6aa9984313eeb88f63dc282352d901861fa4a9..9cbe1c907fe2ba4126140c2f628e90274ae4cdf2 100644 (file)
@@ -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