rpms/fglrx-kmod/devel makefile-kver-path.patch,NONE,1.1

Stewart Adam firewing at rpmfusion.org
Tue Dec 16 19:43:57 CET 2008


Author: firewing

Update of /cvs/nonfree/rpms/fglrx-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9232/devel

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}



More information about the rpmfusion-commits mailing list