Build system: Remove extraneous parenthesis
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ DNS = 'org.gnome.shell.extensions.nightthemeswitcher'
|
|||||||
|
|
||||||
INSTALL_DIR = get_option('datadir') / 'gnome-shell' / 'extensions' / UUID
|
INSTALL_DIR = get_option('datadir') / 'gnome-shell' / 'extensions' / UUID
|
||||||
|
|
||||||
if (get_option('pack'))
|
if get_option('pack')
|
||||||
INSTALL_DIR = meson.project_build_root() / UUID
|
INSTALL_DIR = meson.project_build_root() / UUID
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user