summaryrefslogblamecommitdiffstats
path: root/audio-drivers/alsa-tools/INSTALL
blob: 6ea86ec2c32fdabcc04da30600a353732b410559 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                
for ALSATOOL in $ALSATOOLS
do

  if  [  "$ALSATOOL"  ==  "seq"  ]; then
    cd $SOURCE_DIRECTORY/$ALSATOOL/sbiload
  else
    cd $SOURCE_DIRECTORY/$ALSATOOL
  fi

  message "${MESSAGE_COLOR}Tool $ALSATOOL is being instaled ..."
  message "${DEFAULT_COLOR}"

  default_install

done