mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-23 02:11:48 +00:00
services/openrc: symlinking fix
This commit is contained in:
parent
33abc27183
commit
2f998e2a2b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
libbpf/
|
||||
*.gitignore
|
||||
PKGBUILD
|
||||
|
@ -8,7 +8,7 @@ install_data('../scx', install_dir: '/etc/default')
|
||||
install_symlink(
|
||||
'scx',
|
||||
pointing_to: '/etc/default/scx',
|
||||
install_dir: '/etc/conf.d/scx'
|
||||
install_dir: '/etc/conf.d'
|
||||
)
|
||||
# meson.add_install_script(
|
||||
# 'sh', '-c',
|
||||
|
Loading…
Reference in New Issue
Block a user