Just a slight fix. Don't like non-distribution stuff to populate /usr/bin cheers,
David
---
tools/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index 6ea42ef..8f8e57a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -10,8 +10,8 @@ makeraw: makeraw.c
$(CC) -O2 -Wall -s -o $@ $< -lgd
install: mkmmimg flterm
- cp mkmmimg /usr/bin
- cp flterm /usr/bin
+ install -d /usr/local/bin
+ install -m755 -t /usr/local/bin $^
.PHONY: clean install
--
1.7.2.5
pgpe435L3hVCX.pgp
Description: PGP signature
_______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode
