summaryrefslogtreecommitdiffstats
path: root/temper/Makefile
diff options
context:
space:
mode:
authorChinaman <root@chinaman>2011-07-10 06:23:22 +0200
committerChinaman <root@chinaman>2011-07-10 06:23:22 +0200
commitaa57527badc83b49a73ac7708976d88079ea8c23 (patch)
treeff3b5cd4a2ea4b39596ff51c66ef60d63fef52d8 /temper/Makefile
parent12237bd4762086a14b526771c5fc67752b22d7eb (diff)
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)
Diffstat (limited to 'temper/Makefile')
-rw-r--r--temper/Makefile2
1 files changed, 1 insertions, 1 deletions
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