From b71b1f984f0dfc9049e689707e64927c73ac6879 Mon Sep 17 00:00:00 2001 From: Chinaman Date: Sun, 10 Jul 2011 06:23:22 +0200 Subject: updated cruise control, now incompatible with linucCoin! mining/bin/newkey.sh: unused because slime is now in place mining/user/startup.sh: edited paths to miner, NOW INCOMPATIBLE with linucCoin (sucked anyway) temper/Makefile: fixed issue when installing temper (lose suid bit) --- temper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'temper/Makefile') diff --git a/temper/Makefile b/temper/Makefile index 18165772..39b124b5 100644 --- a/temper/Makefile +++ b/temper/Makefile @@ -6,7 +6,7 @@ CFLAGS = -O2 -Wall temper: temper.c ${CC} -DUNIT_TEST -o $@ $^ -lusb chmod +s temper - install temper /usr/bin + cp -a temper /usr/bin clean: rm -f temper *.o -- cgit v1.2.3