nodejs: fix installation of documentation, license.

This commit is contained in:
davehome 2011-12-23 01:33:39 -07:00
parent 5a18f88cbe
commit 991774f403
2 changed files with 6 additions and 1 deletions

View file

@ -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
}