mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
pulseaudio: use safe_remove
This commit is contained in:
parent
511edcf560
commit
9d258c3ba6
@ -71,14 +71,13 @@ pre_configure_target() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf $INSTALL/usr/bin/esdcompat
|
safe_remove $INSTALL/usr/include
|
||||||
rm -rf $INSTALL/usr/include
|
safe_remove $INSTALL/usr/lib/cmake
|
||||||
rm -rf $INSTALL/usr/lib/cmake
|
safe_remove $INSTALL/usr/lib/pkgconfig
|
||||||
rm -rf $INSTALL/usr/lib/pkgconfig
|
safe_remove $INSTALL/usr/lib/systemd
|
||||||
rm -rf $INSTALL/usr/lib/systemd
|
safe_remove $INSTALL/usr/share/vala
|
||||||
rm -rf $INSTALL/usr/share/vala
|
safe_remove $INSTALL/usr/share/zsh
|
||||||
rm -rf $INSTALL/usr/share/zsh
|
safe_remove $INSTALL/usr/share/bash-completion
|
||||||
rm -rf $INSTALL/usr/share/bash-completion
|
|
||||||
|
|
||||||
cp $PKG_DIR/config/system.pa $INSTALL/etc/pulse/
|
cp $PKG_DIR/config/system.pa $INSTALL/etc/pulse/
|
||||||
cp $PKG_DIR/config/pulseaudio-system.conf $INSTALL/etc/dbus-1/system.d/
|
cp $PKG_DIR/config/pulseaudio-system.conf $INSTALL/etc/dbus-1/system.d/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user