updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / tp_smapi-builder / tp_smapi.patch
blob353260056b112cb67a2db9f4e11dc2ca6ba31fdc
1 diff -Naur tp_smapi-0.40/Makefile tp_smapi-0.40.new/Makefile
2 --- tp_smapi-0.40/Makefile 2008-12-15 21:03:06.000000000 -0800
3 +++ tp_smapi-0.40.new/Makefile 2008-12-16 13:13:30.000000000 -0800
4 @@ -3,7 +3,7 @@
5 X:=$(shell false)
6 KVER := $(shell uname -r)
7 KBASE := /lib/modules/$(KVER)
8 -KSRC := $(KBASE)/source
9 +KSRC := $(KBASE)/build
10 KBUILD := $(KBASE)/build
11 MOD_DIR := $(KBASE)/kernel
12 PWD := $(shell pwd)
13 @@ -87,7 +87,7 @@
14 rm -f $(MOD_DIR)/drivers/hwmon/hdaps.ko
15 rm -f $(MOD_DIR)/extra/hdaps.ko
16 endif
17 - $(MAKE) -C $(KBUILD) M=$(PWD) O=$(KBUILD) modules_install
18 + $(MAKE) -C $(KBUILD) M=$(PWD) modules_install
19 depmod -a