summaryrefslogtreecommitdiffstats
path: root/boiler-monster/mr3020/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 /boiler-monster/mr3020/Makefile
parent74b8348ac8e37ef4ca5d98f4f782c382401f96d7 (diff)
downloadheating-1f91e592c0b97dc315335417f323d31ca028782a.tar.gz
heating-1f91e592c0b97dc315335417f323d31ca028782a.tar.bz2
heating-1f91e592c0b97dc315335417f323d31ca028782a.zip
fish
Diffstat (limited to 'boiler-monster/mr3020/Makefile')
-rw-r--r--boiler-monster/mr3020/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boiler-monster/mr3020/Makefile b/boiler-monster/mr3020/Makefile
index 26efbc3..d249c6b 100644
--- a/boiler-monster/mr3020/Makefile
+++ b/boiler-monster/mr3020/Makefile
@@ -1,4 +1,4 @@
-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 -"