aboutsummaryrefslogtreecommitdiff
path: root/tools/XBMCLive/SDK/buildBinaryDrivers/build-AMD.sh
blob: 691f46e8e1863d175488212315d2d8417f50e122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

THISDIR=$(pwd)

. $THISDIR/getInstallers.sh
 
mkdir -p $THISDIR/Files/chroot_local-includes/root &> /dev/null
 
if ! ls $THISDIR/ati*.run > /dev/null 2>&1 ; then
	getAMDInstaller
else
	mv $THISDIR/ati*.run $THISDIR/Files/chroot_local-includes/root
fi