nodejs: fix installation of documentation, license.
This commit is contained in:
parent
5a18f88cbe
commit
991774f403
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# Template file for 'nodejs-docs'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${short_desc} (Documentation)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
@ -7,5 +8,7 @@ long_desc="${long_desc}
|
|||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/share usr
|
||||
vmove usr/share/man usr/share
|
||||
vmkdir usr/share/doc/nodejs
|
||||
vcopy "doc/api/api/*" usr/share/doc/nodejs
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue