gnustep-libs/dbuskit: fix unquoted variable FILESDIR

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2022-06-08 21:55:59 +02:00
committed by Sam James
parent 2bcd7855cb
commit b44b6bb5cb

View File

@@ -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=6
@@ -16,7 +16,7 @@ IUSE=""
DEPEND=">=sys-apps/dbus-1.2.1"
RDEPEND="${DEPEND}"
PATCHES=( ${FILESDIR}/${P}-remove_gc.patch )
PATCHES=( "${FILESDIR}"/${P}-remove_gc.patch )
S=${WORKDIR}/libs-${P}