mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +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
|
if [ "${ACTION}" = "post" ] && ! [ -d etc/runit/runsvdir/default/speakersafetyd ]; then
|
||||||
ln -s /etc/sv/speakersafetyd /var/service
|
ln -s /etc/sv/speakersafetyd etc/runit/runsvdir/default
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'asahi-base'
|
# Template file for 'asahi-base'
|
||||||
pkgname=asahi-base
|
pkgname=asahi-base
|
||||||
version=20250113
|
version=20250116
|
||||||
revision=1
|
revision=1
|
||||||
archs="aarch64*"
|
archs="aarch64*"
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
|
Loading…
Add table
Reference in a new issue