Date: Wed, 11 Jul 2007 06:12:05 +0300 From: Nikolay Pavlov <quetzal@zone3000.net> To: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de> Cc: freebsd-ports@FreeBSD.org Subject: Re: PORTDOCS issue. Message-ID: <20070711031205.GA11481@zone3000.net> In-Reply-To: <4693E03B.2080406@gmx.de> References: <20070710185916.GA88205@zone3000.net> <4693E03B.2080406@gmx.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, 10 July 2007 at 21:38:35 +0200, [LoN]Kamikaze wrote: > Nikolay Pavlov wrote: > > Hello guys i have this section in my Makefile: > > > > .if !defined(NOPORTDOCS) > > PORTDOCS= ${WRKSRC}/LICENSE.html ${WRKSRC}/README.html \ > > ${WRKSRC}/changelog.html ${WRKSRC}/documentation/docs > > > > ${MKDIR} ${DOCSDIR}; > > > > (cd ${WRKSRC} && ${INSTALL_DATA} \ > > LICENSE.html README.html changelog.html ${DOCSDIR}); > > > > (cd ${WRKSRC}/documentation/docs && ${FIND} . \ > > | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1 ) > > .endif > > > > But i am getting this error during the installation: > > > > PORTDOCS= /home/quetzal/openfire/work/openfire_src/LICENSE.html > > /home/quetzal/openfire/work/openfire_src/README.html > > /home/quetzal/openfire/work/openfire_src/changelog.html > > /home/quetzal/openfire/work/openfire_src/documentation/docs > > > > /home/quetzal/openfire/work/openfire_src/LICENSE.html: Permission denied > > *** Error code 126 > > > > All this files exist and i am installing them as root. > > > > root@viking:~/openfire# ls -la /home/quetzal/openfire/work/openfire_src/LICENSE.html > > -rw-r--r-- 1 quetzal quetzal 18329 22 июн 22:25 /home/quetzal/openfire/work/openfire_src/LICENSE.html > > > > P.S. > > Please CC me because i am not subscribed. > > > > Abandon the indenting. Thanks. That was helpful. Did some one know good config for vim to work with Makefiles? P.S. Please CC me because i am not subscribed. -- ====================================================================== - Best regards, Nikolay Pavlov. <<<----------------------------------- ======================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070711031205.GA11481>