1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-01-21 00:01:06 +02:00
Xiangfu Liu 9417998cb0 triggerhappy: rename it to triggersad, update download URL
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-11-21 00:02:07 +08:00

13 lines
457 B
Diff

diff -ur triggerhappy-0.1.3.orig/Makefile triggerhappy-0.1.3/Makefile
--- triggerhappy-0.1.3.orig/Makefile 2010-11-18 11:42:08.402150170 +0300
+++ triggerhappy-0.1.3/Makefile 2010-11-18 12:09:55.033025473 +0300
@@ -23,7 +23,7 @@
--release="" \
$< > $@
-evtable_%.h: /usr/include/linux/input.h
+evtable_%.h: $(TOOLCHAIN_DIR)/usr/include/linux/input.h
awk '/^#define $*_/ && $$2 !~ /_(MAX|CNT|VERSION)$$/ {print "EV_MAP("$$2"),"}' $< > $@
clean: