New subsystem names *again* and a new subsys.conf keyword.
It's now possible to designate install status, either default or nodefault on each subsystem in subsys.conf The pkgdef template was updated to reflect the changes in subsys.conf
This commit is contained in:
parent
87ae9aa1ff
commit
08d497ad37
@ -19,6 +19,10 @@ $_libdir/*.so.*
|
|||||||
subsys=man.man
|
subsys=man.man
|
||||||
files(-,root,sys)
|
files(-,root,sys)
|
||||||
$_mandir
|
$_mandir
|
||||||
|
|
||||||
|
[info]
|
||||||
|
subsys=man.info
|
||||||
|
files(-,root,sys)
|
||||||
$_infodir
|
$_infodir
|
||||||
|
|
||||||
[devel]
|
[devel]
|
||||||
|
17
subsys.conf
17
subsys.conf
@ -1,8 +1,9 @@
|
|||||||
sw.eoe execution only environment
|
sw.base default base software
|
||||||
sw.lib shared libraries
|
sw.lib default shared libraries
|
||||||
sw.dev development files
|
sw.dev nodefault development files
|
||||||
man.doc other documentation
|
man.doc default other documentation
|
||||||
man.man manpages, infopages
|
man.man default man pages
|
||||||
opt.relnotes release notes
|
man.info default info pages
|
||||||
opt.src source
|
opt.relnotes default release notes
|
||||||
opt.dist idb & spec files
|
opt.src nodefault source, patches etc.
|
||||||
|
opt.dist nodefault distribution files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user