From 4423189dba60eae9ca30a9c45cffa226da276bd5 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Tue, 6 Dec 2016 02:32:58 +0000 Subject: [PATCH] Makefile: run "postinstall" as late as possible This is in case the "postinstall" step wants to override something that the software target did. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f363d73..52e1965 100644 --- a/Makefile +++ b/Makefile @@ -221,7 +221,6 @@ $(SOFTWARE): $(STAGE3) $(SYSTOOLS) configs/eth.network configs/issue $(WORLD) $(inroot) $(EMERGE) --depclean --with-bdeps=n -$(gcc_config) $(inroot) --setenv EDITOR=/usr/bin/nano etc-update - $(MAKE) -C appliances/$(APPLIANCE) postinstall cp configs/eth.network $(CHROOT)/etc/systemd/network/eth.network $(inroot) systemctl enable systemd-networkd.service $(inroot) systemctl enable systemd-resolved.service @@ -232,6 +231,7 @@ endif ifeq ($(DASH),YES) $(inroot) $(EMERGE) --depclean app-shells/bash endif + $(MAKE) -C appliances/$(APPLIANCE) postinstall ifneq ($(PKGLIST),0) echo \# > $(LST_FILE) echo \# Gentoo Virtual Appliance \"$(APPLIANCE)\" package list >> $(LST_FILE)