Updated syms

This commit is contained in:
Gerben Jan Dijkman 2022-07-11 13:54:08 +02:00
parent 2d8ae5c195
commit 7871953e08

View File

@ -40,6 +40,6 @@ src_install() {
doins "${S}"/PinePhonePro.conf doins "${S}"/PinePhonePro.conf
# Create Symlinks # Create Symlinks
dosym /usr/share/alsa/ucm2/PinePhone/PinePhone.conf /usr/share/alsa/ucm2/conf.d/simple-card/PinePhone.conf dosym ../../PinePhone/PinePhone.conf /usr/share/alsa/ucm2/conf.d/simple-card/PinePhone.conf
dosym /usr/share/alsa/ucm2/PinePhonePro/PinePhonePro.conf /usr/share/alsa/ucm2/conf.d/simple-card/PinePhonePro.conf dosym ../../PinePhonePro/PinePhonePro.conf /usr/share/alsa/ucm2/conf.d/simple-card/PinePhonePro.conf
} }