summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ati-drivers/builder.sh
diff options
context:
space:
mode:
authorNathaniel Baxter <nathaniel.baxter@gmail.com>2014-09-04 13:11:30 +1000
committerNathaniel Baxter <nathaniel.baxter@gmail.com>2014-09-07 12:40:24 +1000
commit9a48f9d1b6656683c7450eecd839012ca424f556 (patch)
treee972c85d6343923562e14d7ec9ee9939d19f4307 /pkgs/os-specific/linux/ati-drivers/builder.sh
parent4ead67b785fc666aaebaa3958b034dca28d61f19 (diff)
downloadnixpkgs-9a48f9d1b6656683c7450eecd839012ca424f556.tar
nixpkgs-9a48f9d1b6656683c7450eecd839012ca424f556.tar.gz
nixpkgs-9a48f9d1b6656683c7450eecd839012ca424f556.tar.bz2
nixpkgs-9a48f9d1b6656683c7450eecd839012ca424f556.tar.lz
nixpkgs-9a48f9d1b6656683c7450eecd839012ca424f556.tar.xz
nixpkgs-9a48f9d1b6656683c7450eecd839012ca424f556.tar.zst
nixpkgs-9a48f9d1b6656683c7450eecd839012ca424f556.zip
ati-drivers: bump version to 14.4
Diffstat (limited to 'pkgs/os-specific/linux/ati-drivers/builder.sh')
-rw-r--r--pkgs/os-specific/linux/ati-drivers/builder.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/ati-drivers/builder.sh b/pkgs/os-specific/linux/ati-drivers/builder.sh
index d1ca1b35452..ab347d976a5 100644
--- a/pkgs/os-specific/linux/ati-drivers/builder.sh
+++ b/pkgs/os-specific/linux/ati-drivers/builder.sh
@@ -8,7 +8,7 @@ die(){ echo $@; exit 1; }
 
 # custom unpack:
 unzip $src
-run_file=$(echo amd-catalyst-*)
+run_file=$(echo fglrx-*/amd-driver-installer-*)
 sh $run_file --extract .
 
 eval "$patchPhase"
@@ -60,7 +60,7 @@ setSMP(){
 }
 
 setModVersions(){
-  ! grep CONFIG_MODVERSIONS=y $kernel/config ||
+  ! grep CONFIG_MODVERSIONS=y $kernelBuild/.config ||
   def_modversions="-DMODVERSIONS"
   # make.sh contains much more code to determine this whether its enabled
 }