mkimage-profiles/pkg.in
Michael Shigorin a86dd0c425 pkg/lists: uncrustify Makefile
The problem with the changed piece of code is that it would
- both call cp(1) multiple times if multiple *_LIST variables
  were non-empty (which is usually the case), and
- try to evaluate stdout of the called commands as a shell
  script (which would be empty unless someone passed e.g. -v
  to that cp(1) but it's crazy to rely on things like this).

So the functions should prepare arguments for a single copy
command that is predictable and could be made verbose.

Ouch.
2015-01-20 22:31:32 +03:00
..
groups documentation: use paths relative to toplevel dir 2014-03-05 21:36:30 +04:00
lists pkg/lists: uncrustify Makefile 2015-01-20 22:31:32 +03:00
Makefile improved logging during profile creation 2011-11-04 16:15:30 +02:00
README README update 2013-06-10 19:43:31 +04:00

== pkg.in ==

Этот каталог содержит все возможные списки пакетов и описания групп,
которые по мере необходимости копируются из метапрофиля в формируемый
профиль.