From 1f91e592c0b97dc315335417f323d31ca028782a Mon Sep 17 00:00:00 2001 From: James <31272717+gpd-pocket-hacker@users.noreply.github.com> Date: Mon, 25 Jan 2021 16:28:27 +0000 Subject: fish --- piano-alarm/mt300-v2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'piano-alarm/mt300-v2/Makefile') 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: -- cgit v1.2.3