zlevis-dracut/meson.build
nils a6b5c45853 version bump to 0.3
Might have made the hook non-functional in 0.2   :-)
2025-04-05 22:35:35 +02:00

14 lines
317 B
Meson

# Project definition
project('zlevis-dracut', version: '0.3')
# 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)