Commit 97d2f284 authored by Anton Midyukov's avatar Anton Midyukov

profile.mk: add fakeroot to COMMON_PACKAGES

apt-get autoremove is deleted, after which building failed.
parent d4d74b4b
......@@ -100,6 +100,7 @@ profile/bare: profile/init use/pkgpriorities
@$(call try,GLOBAL_VERBOSE,)
@$(call try,IMAGEDIR,$(wildcard $(IMAGEDIR)))
@$(call try,LOGDIR,$(wildcard $(LOGDIR)))
@$(call add,COMMON_PACKAGES,fakeroot)
ifeq (sisyphus,$(BRANCH))
@$(call try,BRANDING,alt-sisyphus)
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment