Skip to content

Commit

Permalink
asahi-base: fix symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo authored and classabbyamp committed Jan 16, 2025
1 parent 3a6687a commit ab3c869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/asahi-base/INSTALL
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion srcpkgs/asahi-base/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'asahi-base'
pkgname=asahi-base
version=20250113
version=20250116
revision=1
archs="aarch64*"
build_style=meta
Expand Down

0 comments on commit ab3c869

Please sign in to comment.