mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
pulseaudio: move alsa plugin configurations to package 'alsa-plugins'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2662e70152
commit
006e710441
@ -24,3 +24,6 @@
|
|||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib/alsa
|
mkdir -p $INSTALL/usr/lib/alsa
|
||||||
cp -P $PKG_BUILD/*/.libs/*.so $INSTALL/usr/lib/alsa
|
cp -P $PKG_BUILD/*/.libs/*.so $INSTALL/usr/lib/alsa
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/share/alsa/pcm
|
||||||
|
cp -R $PKG_DIR/config/*.conf $INSTALL/usr/share/alsa/pcm
|
||||||
|
@ -16,9 +16,6 @@ mkdir -p $INSTALL/etc
|
|||||||
mkdir -p $INSTALL/etc/alsa
|
mkdir -p $INSTALL/etc/alsa
|
||||||
cp $PKG_DIR/config/pulse-default.conf $INSTALL/etc/alsa
|
cp $PKG_DIR/config/pulse-default.conf $INSTALL/etc/alsa
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/alsa/pcm
|
|
||||||
cp -R $PKG_DIR/config/pcm/*.conf $INSTALL/etc/alsa/pcm
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/pulse
|
mkdir -p $INSTALL/etc/pulse
|
||||||
cp $PKG_BUILD/src/client.conf $INSTALL/etc/pulse
|
cp $PKG_BUILD/src/client.conf $INSTALL/etc/pulse
|
||||||
cp $PKG_BUILD/src/daemon.conf $INSTALL/etc/pulse
|
cp $PKG_BUILD/src/daemon.conf $INSTALL/etc/pulse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user