Commit 6047c714 authored by Michael Shigorin's avatar Michael Shigorin

simply.mk, slinux: optimize for reuse

...by moving reference to a package list that *deducts* packages from a feature (that should lend itself for reuse) to a particular distribution's configuration (that can have some specific polish). The problem was that basing junior on slinux feature while adding some KDE/Qt-based packages to it failed miserably in a hard-to-debug manner: adding every package that's been requested but not installed by hand suddenly made it build, see also http://altlinux.org/mkimage/debug [ru]
parent 3c4bc85f
......@@ -3,7 +3,7 @@
ifeq (distro,$(IMAGE_CLASS))
distro/live-simply: distro/.livecd-install use/slinux/full
@$(call add,THE_LISTS,slinux/live-install)
@$(call add,THE_LISTS,slinux/live-install slinux/live)
distro/simply: distro/.installer use/slinux/full
@$(call set,INSTALLER,simply-linux)
......
......@@ -9,7 +9,6 @@ use/slinux/base: use/slinux use/x11/gdm2.20 +pulse
@$(call add,THE_LISTS,slinux/$(ARCH))
@$(call add,THE_LISTS,slinux/games)
@$(call add,THE_LISTS,slinux/graphics)
@$(call add,THE_LISTS,slinux/live)
@$(call add,THE_LISTS,slinux/misc)
@$(call add,THE_LISTS,slinux/misc-dvd)
@$(call add,THE_LISTS,slinux/multimedia)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment