dev-java/protobuf-java: fix typo

Closes: https://bugs.gentoo.org/890479
Fixes: 0fc591ecb6
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-01-11 13:36:16 +00:00
parent 7a542badcb
commit 8fa612a042

View File

@@ -56,7 +56,7 @@ src_prepare() {
# Copy them from ../src/google/protobuf to JAVA_RESOURCE_DIRS
pushd "${JAVA_RESOURCE_DIRS}" || die
jar cv "@${T}/core_proto" | jar xv
assert"Copying protos failed"
assert "Copying protos failed"
popd || die
# https://github.com/protocolbuffers/protobuf/blob/v21.12/java/core/generate-sources-build.xml