mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
224 B
Bash
Executable File
13 lines
224 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 -P $PKG_DIR/config/alsa-base.conf $INSTALL/etc/modprobe.d
|
|
|