services/openrc: symlinking fix

This commit is contained in:
Damian N. 2024-04-03 22:02:14 +02:00
parent 33abc27183
commit 2f998e2a2b
No known key found for this signature in database
GPG Key ID: BB1013E79BC0197C
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
libbpf/
*.gitignore
PKGBUILD

View File

@ -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',