summaryrefslogtreecommitdiff
path: root/rootfs
diff options
context:
space:
mode:
Diffstat (limited to 'rootfs')
-rw-r--r--rootfs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/rootfs/Makefile b/rootfs/Makefile
index 9bb30a0..1dbbc9c 100644
--- a/rootfs/Makefile
+++ b/rootfs/Makefile
@@ -1,4 +1,9 @@
1fsmgr := $(shell which fsmgr) 1fsmgr := $(shell which fsmgr)
2
3ifeq ($(fsmgr),)
4$(error "no fsmgr")
5endif
6
2sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo) 7sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo)
3 8
4rootfs = samizdat 9rootfs = samizdat