nodejs: -docs subpkg must be noarch.
This commit is contained in:
parent
3e35e61062
commit
0d4b8cb957
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue