blob: ddd0653b4d45aa923168de8ae42c3b6f8cae21da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff -ruaN sapphire-3.2.orig//Makefile sapphire-3.2/Makefile
--- sapphire-3.2.orig//Makefile 2012-04-12 18:00:50.000000000 +0000
+++ sapphire-3.2/Makefile 2012-04-22 08:42:19.000000000 +0000
@@ -4,7 +4,7 @@
#
MODNAME=sapphire
CONFLICTS=hid_topseed
-BLACKLIST=/etc/modprobe.d/blacklist-$(CONFLICTS).conf
+BLACKLIST=$(DESTDIR)/etc/modprobe.d/blacklist-$(CONFLICTS).conf
## MODPARMS is not used any more, but we have to nuke old copies to prevent issues:
MODPARMS=/etc/modprobe.d/$(MODNAME).conf
@@ -49,8 +49,8 @@
depmod
install: $(MODNAME).ko clean_modparms modloader $(BLACKLIST)
- cp sapphire_keymap.sh /usr/local/bin/
- chmod a+rx /usr/local/bin/sapphire_keymap.sh
- sync
+# cp sapphire_keymap.sh /usr/local/bin/
+# chmod a+rx /usr/local/bin/sapphire_keymap.sh
+# sync
all: install
|