From 8a1ee8cfa08e6ab4c23fbf4ab12348cb6ff4e891 Mon Sep 17 00:00:00 2001 From: Thomas Bracht Laumann Jespersen Date: Wed, 8 Jun 2022 21:47:38 +0200 Subject: [PATCH] games-emulation/mgba: fix unquoted variable BUILD_DIR Signed-off-by: Thomas Bracht Laumann Jespersen Signed-off-by: Sam James --- games-emulation/mgba/mgba-0.9.2.ebuild | 8 ++++---- games-emulation/mgba/mgba-0.9.3-r1.ebuild | 6 +++--- games-emulation/mgba/mgba-0.9.3.ebuild | 8 ++++---- games-emulation/mgba/mgba-9999.ebuild | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/games-emulation/mgba/mgba-0.9.2.ebuild b/games-emulation/mgba/mgba-0.9.2.ebuild index cef008e8c5930..971993505d7ea 100644 --- a/games-emulation/mgba/mgba-0.9.2.ebuild +++ b/games-emulation/mgba/mgba-0.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -94,7 +94,7 @@ src_compile() { src_install() { if use qt5 ; then - dobin ${BUILD_DIR}/qt/${PN}-qt + dobin "${BUILD_DIR}"/qt/${PN}-qt doman doc/${PN}-qt.6 domenu res/${PN}-qt.desktop for size in 16 24 32 48 64 96 128 256 ; do @@ -103,10 +103,10 @@ src_install() { fi if use sdl ; then doman doc/${PN}.6 - newbin ${BUILD_DIR}/sdl/${PN} ${PN}-sdl + newbin "${BUILD_DIR}"/sdl/${PN} ${PN}-sdl fi - dolib.so ${BUILD_DIR}/lib${PN}.so* + dolib.so "${BUILD_DIR}"/lib${PN}.so* } pkg_preinst() { diff --git a/games-emulation/mgba/mgba-0.9.3-r1.ebuild b/games-emulation/mgba/mgba-0.9.3-r1.ebuild index 92f2ac4813da4..8ac2d817bb042 100644 --- a/games-emulation/mgba/mgba-0.9.3-r1.ebuild +++ b/games-emulation/mgba/mgba-0.9.3-r1.ebuild @@ -98,7 +98,7 @@ src_compile() { src_install() { if use qt5 ; then - dobin ${BUILD_DIR}/qt/${PN}-qt + dobin "${BUILD_DIR}"/qt/${PN}-qt doman doc/${PN}-qt.6 domenu res/${PN}-qt.desktop for size in 16 24 32 48 64 96 128 256 ; do @@ -107,10 +107,10 @@ src_install() { fi if use sdl ; then doman doc/${PN}.6 - newbin ${BUILD_DIR}/sdl/${PN} ${PN}-sdl + newbin "${BUILD_DIR}"/sdl/${PN} ${PN}-sdl fi - dolib.so ${BUILD_DIR}/lib${PN}.so* + dolib.so "${BUILD_DIR}"/lib${PN}.so* } pkg_preinst() { diff --git a/games-emulation/mgba/mgba-0.9.3.ebuild b/games-emulation/mgba/mgba-0.9.3.ebuild index e9baa50b10563..bfc1bea7e0390 100644 --- a/games-emulation/mgba/mgba-0.9.3.ebuild +++ b/games-emulation/mgba/mgba-0.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -94,7 +94,7 @@ src_compile() { src_install() { if use qt5 ; then - dobin ${BUILD_DIR}/qt/${PN}-qt + dobin "${BUILD_DIR}"/qt/${PN}-qt doman doc/${PN}-qt.6 domenu res/${PN}-qt.desktop for size in 16 24 32 48 64 96 128 256 ; do @@ -103,10 +103,10 @@ src_install() { fi if use sdl ; then doman doc/${PN}.6 - newbin ${BUILD_DIR}/sdl/${PN} ${PN}-sdl + newbin "${BUILD_DIR}"/sdl/${PN} ${PN}-sdl fi - dolib.so ${BUILD_DIR}/lib${PN}.so* + dolib.so "${BUILD_DIR}"/lib${PN}.so* } pkg_preinst() { diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild index e9baa50b10563..bfc1bea7e0390 100644 --- a/games-emulation/mgba/mgba-9999.ebuild +++ b/games-emulation/mgba/mgba-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -94,7 +94,7 @@ src_compile() { src_install() { if use qt5 ; then - dobin ${BUILD_DIR}/qt/${PN}-qt + dobin "${BUILD_DIR}"/qt/${PN}-qt doman doc/${PN}-qt.6 domenu res/${PN}-qt.desktop for size in 16 24 32 48 64 96 128 256 ; do @@ -103,10 +103,10 @@ src_install() { fi if use sdl ; then doman doc/${PN}.6 - newbin ${BUILD_DIR}/sdl/${PN} ${PN}-sdl + newbin "${BUILD_DIR}"/sdl/${PN} ${PN}-sdl fi - dolib.so ${BUILD_DIR}/lib${PN}.so* + dolib.so "${BUILD_DIR}"/lib${PN}.so* } pkg_preinst() {