nodejs: -docs subpkg must be noarch.
This commit is contained in:
parent
3e35e61062
commit
0d4b8cb957
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'nodejs-docs'.
|
# Template file for 'nodejs-docs'.
|
||||||
#
|
#
|
||||||
|
noarch=yes
|
||||||
short_desc="${short_desc} (Documentation)"
|
short_desc="${short_desc} (Documentation)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the nodejs manpage(s)."
|
This package contains the nodejs manpage(s)."
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
vmove usr/share/man usr/share
|
vmove usr/share/man usr/share
|
||||||
vmkdir usr/share/doc/nodejs
|
vmkdir usr/share/doc/nodejs
|
||||||
cp -r ${wrksrc}/doc/api ${DESTDIR}/usr/share/doc/nodejs
|
cp -r ${wrksrc}/doc/api ${DESTDIR}/usr/share/doc/nodejs
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nodejs'
|
# Template file for 'nodejs'
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
version=0.8.1
|
version=0.8.1
|
||||||
revision=1
|
revision=2
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
wrksrc=node-v${version}
|
wrksrc=node-v${version}
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
|
Loading…
Reference in New Issue