Browse Source

* fixed typo on `alsa stop` installer

legacy/multilib
Alejandro Mery 19 years ago
parent
commit
ff01ceb606
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parse-config

+ 1
- 1
parse-config

@ -40,7 +40,7 @@ mnemosyne_postinstall() {
alsa-utils) alsa-utils)
# alsa configuration save/restore # alsa configuration save/restore
ln -svnf /sbin/init.d/alsa "$root/etc/runit/1.d/20alsa" ln -svnf /sbin/init.d/alsa "$root/etc/runit/1.d/20alsa"
ln -svnf /sbin/init.d/alsa "$root/etc/runit/2.d/80alsa"
ln -svnf /sbin/init.d/alsa "$root/etc/runit/3.d/80alsa"
;; ;;
esac esac
} }

Loading…
Cancel
Save