summaryrefslogtreecommitdiffstats
path: root/boiler-monster/mr3020/Makefile
diff options
context:
space:
mode:
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 -"