mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/remmina: quote FILESDIR
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user