d1c947de31
use/repo/main for vm targets will now create and enable the main repository in /ALTLinux on rootfs.
16 lines
316 B
Makefile
16 lines
316 B
Makefile
use/repo:
|
|
@$(call add_feature)
|
|
@$(call add,STAGE1_PACKAGES,gnupg)
|
|
@$(call xport,ROOTFS_MAIN)
|
|
|
|
use/repo/main:: sub/main use/repo; @:
|
|
|
|
ifeq (vm,$(IMAGE_CLASS))
|
|
use/repo/main::
|
|
@$(call set,ROOTFS_MAIN,1)
|
|
@$(call add,THE_PACKAGES,apt-repo-tools)
|
|
endif
|
|
|
|
use/repo/addon: use/repo/main
|
|
@$(call set,MAIN_SUFFIX,addon)
|