/
githubmirror
/
clevis
Обзор
Документация
Войти
/
githubmirror
/
clevis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v11
src/bash/meson.build
8 строк
281 B
Nathaniel McCallum
Update to the meson build system
14 авг 2018, 06:32
14 авг 2018, 06:32
9f69af1
Код
Авторство
О чём код?
bashcomp = dependency('bash-completion', required: false) if bashcomp.found() bashcompdir = bashcomp.get_pkgconfig_variable('completionsdir') install_data('clevis', install_dir: bashcompdir) else warning('Will not install bash completion due to missing dependencies!') endif