Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-systemd

Conflicts:
	packages/network/avahi/init.d/53_avahi
	packages/sysutils/busybox/init.d/01_mount-filesystem
This commit is contained in:
Stephan Raue 2013-08-19 21:49:10 +02:00
commit de0fb53997

View File

@ -60,6 +60,6 @@ post_makeinstall_target() {
cp -PR $PKG_DIR/config/modprobe.d $INSTALL/usr/config
}
post_install_target() {
post_install() {
add_group audio 63
}