Build system: Remove extraneous parenthesis

This commit is contained in:
Romain Vigier
2023-02-27 21:58:54 +01:00
parent 49d3d9fb7b
commit 844ee95b57
+1 -1
View File
@@ -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