Skip to content

Commit 75bf2de

Browse files
committed
fix syntax, remove )
1 parent 23aa7ce commit 75bf2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def pre_configure_hook_atspi2core_filter_ld_library_path(self, *args, **kwargs):
343343
"""
344344
if self.name == 'at-spi2-core':
345345
if build_option('filter_env_vars') and 'LD_LIBRARY_PATH' in build_option('filter_env_vars'):
346-
sed_cmd = 'sed -i "s/gir_extra_args = \[/gir_extra_args = \[\\n \'--lib-dirs-envvar=FILTER_LD_LIBRARY_PATH\',/g" %(start_dir)s/atspi/meson.build && ')
346+
sed_cmd = 'sed -i "s/gir_extra_args = \[/gir_extra_args = \[\\n \'--lib-dirs-envvar=FILTER_LD_LIBRARY_PATH\',/g" %(start_dir)s/atspi/meson.build && '
347347
self.cfg.update('preconfigopts', sed_cmd)
348348
else:
349349
raise EasyBuildError("at-spi2-core-specific hook triggered for non-at-spi2-core easyconfig?!")

0 commit comments

Comments
 (0)