alsa-lib: clean up modprobe.d/

This commit is contained in:
Stephan Raue 2014-10-13 14:06:13 +03:00
parent 2cb7cd6f2b
commit 6b4d9ef088
2 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ post_configure_target() {
post_makeinstall_target() { post_makeinstall_target() {
rm -rf $INSTALL/usr/bin rm -rf $INSTALL/usr/bin
mkdir -p $INSTALL/etc/modprobe.d
cp -PR $PKG_DIR/config/alsa-base.conf $INSTALL/etc/modprobe.d
mkdir -p $INSTALL/usr/config mkdir -p $INSTALL/usr/config
cp -PR $PKG_DIR/config/modprobe.d $INSTALL/usr/config cp -PR $PKG_DIR/config/modprobe.d $INSTALL/usr/config
} }