From 844ee95b57a3a83216ba148967b75e3455646ea2 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Mon, 27 Feb 2023 21:58:48 +0100 Subject: [PATCH] Build system: Remove extraneous parenthesis --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f387804..7b339ce 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ DNS = 'org.gnome.shell.extensions.nightthemeswitcher' INSTALL_DIR = get_option('datadir') / 'gnome-shell' / 'extensions' / UUID -if (get_option('pack')) +if get_option('pack') INSTALL_DIR = meson.project_build_root() / UUID endif