Makfile: fixed bug where PRUNE_CRITICAL=YES didn't work

This commit is contained in:
Albert Hopkins 2011-07-15 15:25:54 +00:00
parent ab22626b63
commit d2d0adf57e
1 changed files with 1 additions and 1 deletions

View File

@ -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