mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
asahi-base: fix symlink
This commit is contained in:
parent
3a6687a8c5
commit
ab3c869b81
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
if [ "${ACTION}" = "post" ] && ! [ -d /var/service/speakersafetyd ]; then
|
||||
ln -s /etc/sv/speakersafetyd /var/service
|
||||
if [ "${ACTION}" = "post" ] && ! [ -d etc/runit/runsvdir/default/speakersafetyd ]; then
|
||||
ln -s /etc/sv/speakersafetyd etc/runit/runsvdir/default
|
||||
fi
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'asahi-base'
|
||||
pkgname=asahi-base
|
||||
version=20250113
|
||||
version=20250116
|
||||
revision=1
|
||||
archs="aarch64*"
|
||||
build_style=meta
|
||||
|
|
Loading…
Add table
Reference in a new issue