commit:     503f91f1a20cf2ac4c4f16f875cd07d8080cbfff
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 11:07:17 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 11:08:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503f91f1

games-arcade/xbill: fix quotes

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-arcade/xbill/xbill-2.1-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/xbill/xbill-2.1-r6.ebuild 
b/games-arcade/xbill/xbill-2.1-r6.ebuild
index e17560bf50eb..fdff9e03b315 100644
--- a/games-arcade/xbill/xbill-2.1-r6.ebuild
+++ b/games-arcade/xbill/xbill-2.1-r6.ebuild
@@ -43,7 +43,7 @@ src_configure() {
 
 src_install() {
        default
-       doicon ${DISTDIR}/${PN}.png
+       doicon "${DISTDIR}"/${PN}.png
        make_desktop_entry ${PN} XBill ${PN}
 
        fowners :gamestat /var/lib/xbill/scores /usr/bin/${PN}

Reply via email to