nodejs: -docs subpkg must be noarch.

This commit is contained in:
Juan RP 2012-07-13 18:11:05 +02:00
parent 3e35e61062
commit 0d4b8cb957
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'nodejs-docs'.
#
noarch=yes
short_desc="${short_desc} (Documentation)"
long_desc="${long_desc}
This package contains the nodejs manpage(s)."
do_install()
{
do_install() {
vmove usr/share/man usr/share
vmkdir usr/share/doc/nodejs
cp -r ${wrksrc}/doc/api ${DESTDIR}/usr/share/doc/nodejs

View File

@ -1,7 +1,7 @@
# Template file for 'nodejs'
pkgname=nodejs
version=0.8.1
revision=1
revision=2
nostrip=yes
wrksrc=node-v${version}
build_style=configure