mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user