net-misc/remmina: quote FILESDIR

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2023-10-02 10:06:23 -05:00
parent e974ac78c7
commit bcd9b40ac4
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ pkg_setup() {
}
src_prepare() {
PATCHES+=( ${FILESDIR}/${P}-REM-2981.patch ) #914851
PATCHES+=( "${FILESDIR}"/${P}-REM-2981.patch ) #914851
xdg_environment_reset
cmake_src_prepare
}

View File

@@ -71,7 +71,7 @@ pkg_setup() {
}
src_prepare() {
PATCHES+=( ${FILESDIR}/${PN}-1.4.32-REM-2981.patch ) #914851
PATCHES+=( "${FILESDIR}"/${PN}-1.4.32-REM-2981.patch ) #914851
xdg_environment_reset
cmake_src_prepare
}