regular.mk: man-whatis available within sysv-tde

As proposed by Speccyfighter:

http://lists.altlinux.org/pipermail/community/2014-March/681897.html

...but not installed by default due to overhead:

http://bugzilla.altlinux.org/21838
This commit is contained in:
Michael Shigorin 2014-03-28 15:09:36 +04:00
parent 067b4d1cfb
commit d9e591a953

View File

@ -157,6 +157,7 @@ distro/regular-sysv-tde: distro/.regular-install-x11 \
@$(call add,THE_PACKAGES,htop k3b openntpd pm-utils) @$(call add,THE_PACKAGES,htop k3b openntpd pm-utils)
@$(call add,THE_PACKAGES,lm_sensors3 hdparm sdparm smartmontools) @$(call add,THE_PACKAGES,lm_sensors3 hdparm sdparm smartmontools)
@$(call add,THE_LISTS,$(call tags,base desktop)) @$(call add,THE_LISTS,$(call tags,base desktop))
@$(call add,MAIN_PACKAGES,man-whatis)
distro/regular-server: distro/.regular-install use/server/mini use/rescue/base distro/regular-server: distro/.regular-install use/server/mini use/rescue/base
@$(call add,THE_LISTS,$(call tags,regular server)) @$(call add,THE_LISTS,$(call tags,regular server))