mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Sam James
parent
2bcd7855cb
commit
b44b6bb5cb
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user