alsa: fix post_install

This commit is contained in:
Stefan Saraev 2013-08-19 19:57:49 +03:00
parent e0d910e2fa
commit 611699b755

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
}