changed to ln's

This commit is contained in:
Gerben Jan Dijkman 2022-01-10 19:39:06 +01:00
parent 9b9f2ac654
commit a4129188ae

View File

@ -32,7 +32,9 @@ src_install() {
insinto /usr/share/alsa/ucm2/PinePhonePro
doins -r "${S}"/ucm2/PinePhonePro/*.conf
insinto /usr/share/alsa/ucm2/conf.d/simple-card
doins -r "${S}"/ucm2/PinePhone/PinePhone.conf
doins -r "${S}"/ucm2/PinePhonePro/PinePhonePro.conf
ln -sfv /usr/share/alsa/ucm2/PinePhone/PinePhone.conf \
/usr/share/alsa/ucm2/conf.d/simple-card/PinePhone.conf
ln -sfv /usr/share/alsa/ucm2/PinePhonePro/PinePhonePro.conf \
/usr/share/alsa/ucm2/conf.d/simple-card/PinePhonePro.conf
}