summaryrefslogtreecommitdiffstats
path: root/piano-alarm/mt300-v2/Makefile
diff options
context:
space:
mode:
authorJames <31272717+gpd-pocket-hacker@users.noreply.github.com>2021-01-25 16:28:27 +0000
committerJames <31272717+gpd-pocket-hacker@users.noreply.github.com>2021-01-25 16:28:27 +0000
commit1f91e592c0b97dc315335417f323d31ca028782a (patch)
treebcc75672b51259dda367ae93b667a83b33adcf5d /piano-alarm/mt300-v2/Makefile
parent74b8348ac8e37ef4ca5d98f4f782c382401f96d7 (diff)
downloadheating-1f91e592c0b97dc315335417f323d31ca028782a.tar.gz
heating-1f91e592c0b97dc315335417f323d31ca028782a.tar.bz2
heating-1f91e592c0b97dc315335417f323d31ca028782a.zip
fish
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: