diff options
author | Chinaman <root@chinaman> | 2011-07-10 06:23:22 +0200 |
---|---|---|
committer | Chinaman <root@chinaman> | 2011-07-10 06:23:22 +0200 |
commit | ce73e24c7559c5e80ad54218c5b2f2ff507dda42 (patch) | |
tree | 648487bf7956bf4ecbf6af751d46a5b0a40fee01 /temper | |
parent | ae7f4a6fe65530bebf37a17a026a611122f3de5a (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')
-rw-r--r-- | temper/Makefile | 2 |
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 |