Files
Arch-R/packages/audio/alsa/install
Stephan Raue f34c8f8d12 alsa:
- fix config to enable hdmi sound support
2009-12-11 01:07:07 +01:00

13 lines
260 B
Bash
Executable File

#!/bin/sh
. config/options
PKG_DIR=`find $PACKAGES -type d -name $1`
$SCRIPTS/install alsa-lib
$SCRIPTS/install alsa-utils
mkdir -p $INSTALL/etc/modprobe.d
cp $PKG_DIR/config/alsa-base.conf $INSTALL/etc/modprobe.d
cp $PKG_DIR/config/audio $INSTALL/etc