Makfile: fixed bug where PRUNE_CRITICAL=YES didn't work
This commit is contained in:
parent
ab22626b63
commit
d2d0adf57e
2
Makefile
2
Makefile
|
@ -246,7 +246,7 @@ ifeq ($(ENABLE_SSHD),YES)
|
||||||
$(inroot) /sbin/rc-update add sshd default
|
$(inroot) /sbin/rc-update add sshd default
|
||||||
endif
|
endif
|
||||||
$(change_password)
|
$(change_password)
|
||||||
ifeq ($PRUNE_CRITICAL),YES)
|
ifeq ($(PRUNE_CRITICAL),YES)
|
||||||
$(inroot) $(EMERGE) -C `cat $(CRITICAL)`
|
$(inroot) $(EMERGE) -C `cat $(CRITICAL)`
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue