]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blob - X11-driver-firegl-kh.patch
- sources available
[packages/X11-driver-firegl.git] / X11-driver-firegl-kh.patch
1 --- XFree86-driver-firegl-3.2.5/lib/modules/fglrx/build_mod/make.sh.org 2003-09-21 13:27:52.000000000 +0200
2 +++ XFree86-driver-firegl-3.2.5/lib/modules/fglrx/build_mod/make.sh     2003-09-21 13:29:03.000000000 +0200
3 @@ -47,7 +47,7 @@
4  
5  # ==============================================================
6  # system/kernel identification
7 -uname_r=`uname -r`
8 +uname_r=`rpm -q kernel-headers |awk -F- '{print $3}'`
9  uname_v=`uname -v`
10  uname_s=`uname -s`
11  uname_m=`uname -m`
This page took 0.022904 seconds and 3 git commands to generate.