alsa-plugins: renamed and index

This commit is contained in:
suvari
2022-01-25 23:23:54 +03:00
parent 3e3de29978
commit 5da2cdcb2f
7 changed files with 8 additions and 10 deletions
@@ -22,6 +22,6 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.system("rm -v %s/etc/alsa/conf.d/98-maemo.conf" % get.installDIR())
shelltools.cd("%s" % get.installDIR())
shelltools.system("cp -r /etc/alsa/conf.d/99-pulseaudio-default.conf.example %s/usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf" % get.installDIR())
#shelltools.system("cp -r /etc/alsa/conf.d/99-pulseaudio-default.conf.example %s/usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf" % get.installDIR())
shelltools.system("ln -st %s/etc/alsa/conf.d/ /usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf" % get.installDIR())
@@ -41,7 +41,7 @@
<Dependency versionFrom="1.2.5">alsa-lib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/alsa</Path>
<Path fileType="config">/etc/alsa/conf.d</Path>
<Path fileType="library">/usr/lib/alsa-lib</Path>
<Path fileType="data">/usr/share/alsa</Path>
</Files>