nvidia-x11: Update to 319.17

This commit is contained in:
Eelco Dolstra
2013-05-14 13:47:30 +02:00
parent b9013993db
commit 07d4f26be1
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ dontPatchELF=1 # must keep libXv, $out in RPATH
unpackFile() {
sh $src -x
skip=$(sed 's/^skip=//; t; d' $src)
tail -n +$skip $src | xz -d | tar xvf -
sourceRoot=.
}