From a657914696cce341a49d58a2719fa23fc3756628 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 25 Aug 2014 22:41:19 +0200 Subject: [PATCH] Manual: subpkg order tweaks. --- Manual.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Manual.md b/Manual.md index 06797b7015f..69266d68579 100644 --- a/Manual.md +++ b/Manual.md @@ -751,13 +751,8 @@ The helper functions `vinstall`, `vmkdir`, `vcopy` and `vmove` are just wrappers the process of creating, copying and moving files/directories between the `main` package destdir (`$DESTDIR`) to the `subpackage` destdir (`$PKGDESTDIR`). -The order of how the subpackages are processed is the following: - -- Non development packages are processed in alphabetical order. -- Development packages are processed in alphabetical order (-devel). - -To force a custom order the `subpackages` variable can be declared with the specified -order of how subpackages shall be processed. +Subpackages are processed always in alphabetical order; To force a custom order them, +the `subpackages` variable can be declared with the wanted order. ### Development packages