/
githubmirror
/
clevis
Обзор
Документация
Войти
/
githubmirror
/
clevis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v16
src/bash/meson.build
8 строк
282 B
Markus Linnala
[style] Inline string and nl at end of file
13 июн 2019, 17:45
13 июн 2019, 17:45
5773c76
Код
Авторство
О чём код?
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