From d2d0adf57ead31d3ad0f1e5f680f1359e4299f27 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Fri, 15 Jul 2011 15:25:54 +0000 Subject: [PATCH] Makfile: fixed bug where PRUNE_CRITICAL=YES didn't work --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b47b3a..4ee82dd 100644 --- a/Makefile +++ b/Makefile @@ -246,7 +246,7 @@ ifeq ($(ENABLE_SSHD),YES) $(inroot) /sbin/rc-update add sshd default endif $(change_password) -ifeq ($PRUNE_CRITICAL),YES) +ifeq ($(PRUNE_CRITICAL),YES) $(inroot) $(EMERGE) -C `cat $(CRITICAL)` endif