sys-power/sandmann-bin: add missing quotes

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus 2025-06-01 21:29:43 +02:00
parent 9a5005db4f
commit dabce27a86
No known key found for this signature in database
GPG Key ID: 2239A7E8F5852052
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -46,7 +46,7 @@ src_install() {
SOURCELESS_INSTALL=true
)
emake ${my_emake_args[@]} install
emake "${my_emake_args[@]}" install
java-pkg_newjar out/main/assembly.dest/out.jar sandmann.jar
java-pkg_dolauncher sandmann

View File

@ -48,7 +48,7 @@ src_install() {
SOURCELESS_INSTALL=true
)
emake ${my_emake_args[@]} install
emake "${my_emake_args[@]}" install
java-pkg_newjar out/main/assembly.dest/out.jar sandmann.jar
java-pkg_dolauncher sandmann