Author: firewing
Update of /cvs/nonfree/rpms/fglrx-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9232/F-10
Added Files:
makefile-kver-path.patch
Log Message:
Forgot the patches
makefile-kver-path.patch:
--- NEW FILE makefile-kver-path.patch ---
--- fglrx/common/lib/modules/fglrx/build_mod/2.6.x/Makefile.orig 2008-12-16
13:22:19.000000000 -0500
+++ fglrx/common/lib/modules/fglrx/build_mod/2.6.x/Makefile 2008-12-16 13:23:54.000000000
-0500
@@ -75,7 +75,7 @@
KVER = $(shell uname -r)
endif
-KDIR = /lib/modules/$(KVER)/build
+KDIR = /usr/src/kernels/$(KVER)
PWD = $(shell pwd)
fglrx-cfiles = ${fglrx-c-objs:.o=.c}