diff options
Diffstat (limited to 'rootfs/Makefile')
-rw-r--r-- | rootfs/Makefile | 5 |
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 @@ | |||
1 | fsmgr := $(shell which fsmgr) | 1 | fsmgr := $(shell which fsmgr) |
2 | |||
3 | ifeq ($(fsmgr),) | ||
4 | $(error "no fsmgr") | ||
5 | endif | ||
6 | |||
2 | sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo) | 7 | sudo := $(shell [ "$$(id -u)" = 0 ] || echo sudo) |
3 | 8 | ||
4 | rootfs = samizdat | 9 | rootfs = samizdat |