mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
Manual: subpkg order tweaks.
This commit is contained in:
parent
3fdd0e180e
commit
a657914696
1 changed files with 2 additions and 7 deletions
|
@ -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
|
the process of creating, copying and moving files/directories between the `main` package
|
||||||
destdir (`$DESTDIR`) to the `subpackage` destdir (`$PKGDESTDIR`).
|
destdir (`$DESTDIR`) to the `subpackage` destdir (`$PKGDESTDIR`).
|
||||||
|
|
||||||
The order of how the subpackages are processed is the following:
|
Subpackages are processed always in alphabetical order; To force a custom order them,
|
||||||
|
the `subpackages` variable can be declared with the wanted order.
|
||||||
- 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.
|
|
||||||
|
|
||||||
### Development packages
|
### Development packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue