mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 11:30:22 +00:00
Make meson.build more readable
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
46ba5908ab
commit
22e775842a
@ -1,22 +1,11 @@
|
||||
# Get the directory for systemd system unit files
|
||||
systemd_system_unit_dir = systemd.get_variable(pkgconfig : 'systemdsystemunitdir')
|
||||
|
||||
install_data(
|
||||
[
|
||||
'scx.service',
|
||||
],
|
||||
install_dir: systemd_system_unit_dir
|
||||
)
|
||||
# Install the 'scx.service' file to the systemd system unit directory
|
||||
install_data('scx.service', install_dir: systemd_system_unit_dir)
|
||||
|
||||
install_data(
|
||||
[
|
||||
'journald@sched-ext.conf',
|
||||
],
|
||||
install_dir: '/etc/systemd'
|
||||
)
|
||||
# Install the 'journald@sched-ext.conf' file to the '/etc/systemd' directory
|
||||
install_data('journald@sched-ext.conf', install_dir: '/etc/systemd')
|
||||
|
||||
install_data(
|
||||
[
|
||||
'scx',
|
||||
],
|
||||
install_dir: '/etc/default'
|
||||
)
|
||||
# Install the 'scx' file to the '/etc/default' directory
|
||||
install_data('scx', install_dir: '/etc/default')
|
||||
|
Loading…
Reference in New Issue
Block a user