commit: 2200b84a04a181b78e561f9735f7030f7463ee3e
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 01:42:23 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 01:42:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2200b84a
lxqt-base/lxqt-panel: fix unquoted variable
Package-Manager: Portage-2.3.13, Repoman-2.3.3
lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
index 39ae731adb2..44c8aede139 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
@@ -56,7 +56,7 @@ RDEPEND="${CDEPEND}
>=lxde-base/lxmenu-data-0.1.2"
PATCHES=(
- ${FILESDIR}/${P}-fix-undef-explicit.patch
+ "${FILESDIR}"/${P}-fix-undef-explicit.patch
)
src_configure() {