summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-14 17:45:24 -0400
committerAndrew Cady <d@jerkface.net>2020-05-14 17:45:24 -0400
commitb260b57f6912bc6cbcab6214f1e50d49451d0b34 (patch)
tree72e32f7bc398dc91a84f83880734756ed1c6ab94
parent88baafbdd68cbd79362502500ef042e482b86657 (diff)
fix
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 406022b..5c48b0b 100644
--- a/Makefile
+++ b/Makefile
@@ -178,6 +178,7 @@ rootfs/samizdat.seed.btrfs: rootfs/samizdat.btrfs
178ifneq ($(shell id -u),0) 178ifneq ($(shell id -u),0)
179 $(SUDO_MAKE) $@ 179 $(SUDO_MAKE) $@
180else 180else
181 @while umount $$PWD/$@~tmp; do continue; done
181 cp --reflink $< $@~tmp 182 cp --reflink $< $@~tmp
182 btrfstune -f -S0 $@~tmp 183 btrfstune -f -S0 $@~tmp
183 test -d $@.mnt || mkdir $@.mnt 184 test -d $@.mnt || mkdir $@.mnt