summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-12-10 20:42:23 -0500
committerAnthony G. Basile <blueness@gentoo.org>2017-12-10 20:42:23 -0500
commit2200b84a04a181b78e561f9735f7030f7463ee3e (patch)
treee12ce4ae7e95994e82553f4d1a113536504c54ee /lxqt-base/lxqt-panel
parentlxqt-base/lxqt-panel: fix build error reported in bug #634222 (diff)
downloadgentoo-2200b84a04a181b78e561f9735f7030f7463ee3e.tar.gz
gentoo-2200b84a04a181b78e561f9735f7030f7463ee3e.tar.bz2
gentoo-2200b84a04a181b78e561f9735f7030f7463ee3e.zip
lxqt-base/lxqt-panel: fix unquoted variable
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'lxqt-base/lxqt-panel')
-rw-r--r--lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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 39ae731adb21..44c8aede1399 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() {