[meld/flatpak-ci] Unquote profile in conf templating
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld/flatpak-ci] Unquote profile in conf templating
- Date: Sat, 30 Nov 2019 20:53:49 +0000 (UTC)
commit 5bef61cebf5b7f4601b65fdf4d5666652edad36e
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sun Dec 1 06:07:36 2019 +1000
Unquote profile in conf templating
I'm not certain why this was quoted at all. It's probably copy-paste and
made sense in the original context, but now it's causing `conf.py` to be
written out like:
PROFILE = '""'
when no profile is defined.
meld/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meld/meson.build b/meld/meson.build
index 09c9ceae..393e1132 100644
--- a/meld/meson.build
+++ b/meld/meson.build
@@ -85,7 +85,7 @@ endforeach
# Install the executable file
app_config = configuration_data()
-app_config.set_quoted('profile', profile)
+app_config.set('profile', profile)
app_config.set('application_id', application_id)
app_config.set('resource_base_id', resource_base_id)
app_config.set('localedir', localedir)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]