summaryrefslogtreecommitdiffstats
path: root/piano-alarm/mt300-v2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'piano-alarm/mt300-v2/Makefile')
-rw-r--r--piano-alarm/mt300-v2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/piano-alarm/mt300-v2/Makefile b/piano-alarm/mt300-v2/Makefile
index c86bede..625ed08 100644
--- a/piano-alarm/mt300-v2/Makefile
+++ b/piano-alarm/mt300-v2/Makefile
@@ -1,7 +1,7 @@
-STUFF=$(shell find etc usr \! -type d -print)
+STUFF=$(shell find etc usr \! -type d -a \! -type l -print)
stamp: ${STUFF}
- tar cf - ${STUFF} | ssh boiler-monster "cd / && tar xvpf -"
+ tar cf - ${STUFF} usr/sbin/sendmail | ssh piano-alarm "cd / && tar xvpf -"
touch $@
tidy: