zlevis-dracut/meson.build
nils ab0f0709b8 updated zlevis-dracut to 0.2
An update to coincide with the Zlevis 2.0 release and its corresponding change in
syntax.
2025-04-05 19:22:22 +02:00

14 lines
317 B
Meson

# Project definition
project('zlevis-dracut', version: '0.2')
# Files which need to be moved
src_files = [
'module-setup.sh',
'zlevis.sh'
]
# Move them to an appropriate dracut module dir
modules_dir = '/usr/lib/dracut/modules.d/85zlevis/'
# Install the files
install_data(src_files, install_dir: modules_dir)