From 8cd93743d763ac4895fa1d1578fd4ec972b22076 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 26 Feb 2012 21:56:00 +0000 Subject: Quoting fixes * We have various variables which are either not quoted at all or are * half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/vala/vala.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/vala') diff --git a/meta-oe/recipes-devtools/vala/vala.inc b/meta-oe/recipes-devtools/vala/vala.inc index b63cdfacdb..0815c6626e 100644 --- a/meta-oe/recipes-devtools/vala/vala.inc +++ b/meta-oe/recipes-devtools/vala/vala.inc @@ -22,4 +22,4 @@ inherit autotools EXTRA_OECONF = "--disable-vapigen" -FILES_${PN}-doc += ${datadir}/devhelp +FILES_${PN}-doc += "${datadir}/devhelp" -- cgit v1.2.3-54-g00ecf