AsahiLinux / asahi-audio

Userspace audio for Asahi Linux
MIT License
128 stars 12 forks source link

Correct references to configuration files #3

Closed Igrom closed 2 years ago

Igrom commented 2 years ago

While the install.py script expects to find the machine-specific configuration file under conf/{system}/sink.conf, the actual configuration file is located at conf/{system}.conf. This trips up the installation script, at least has for me.

chadmed commented 2 years ago

Thanks for spotting that. I changed the directory that it looks in but not the one that it actually tries to copy the files out of :P