ati: Updated 8.433 -> 8.443.1

This commit is contained in:
Jose V Beneyto 2007-12-21 14:38:10 +01:00
parent 570524a69f
commit c2d579830e
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,6 @@
drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/ati/ drwxr-xr-x root/root etc/ati/
-rwxr--r-- root/root etc/ati/amdpcsdb.default
-rwxr--r-- root/root etc/ati/atiogl.xml -rwxr--r-- root/root etc/ati/atiogl.xml
-rwxr--r-- root/root etc/ati/authatieventsd.sh -rwxr--r-- root/root etc/ati/authatieventsd.sh
-rw-r--r-- root/root etc/ati/control -rw-r--r-- root/root etc/ati/control

View File

@ -1,2 +1,2 @@
099eead18eb845f83da1d743dc17cc47 ati-driver-installer-7-11-x86.x86_64.run 5d40b0c7a6f9e8356fdcd38052ae5e7b ati-driver-installer-8.443.1-x86.x86_64.run
ff77a2be2912534c687b61f5e8888944 atieventsd ff77a2be2912534c687b61f5e8888944 atieventsd

View File

@ -5,14 +5,13 @@
# Depends on: mesa3d, gl-select # Depends on: mesa3d, gl-select
name=ati name=ati
version=8.433 version=8.443.1
release=1 release=1
source=(http://www2.ati.com/drivers/linux/${name}-driver-installer-7-11-x86.x86_64.run \ source=(http://www2.ati.com/drivers/linux/${name}-driver-installer-${version}-x86.x86_64.run atieventsd)
atieventsd)
build() { build() {
chmod +x ${name}-driver-installer-7-11-x86.x86_64.run chmod +x ${name}-driver-installer-${version}-x86.x86_64.run
./${name}-driver-installer-7-11-x86.x86_64.run --extract ${SRC}/tmp ./${name}-driver-installer-${version}-x86.x86_64.run --extract ${SRC}/tmp
# make # make
cd ${SRC}/tmp/common/lib/modules/fglrx/build_mod cd ${SRC}/tmp/common/lib/modules/fglrx/build_mod