Date: Tue, 10 Jul 2007 21:38:35 +0200 From: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de> To: Nikolay Pavlov <quetzal@zone3000.net> Cc: freebsd-ports@freebsd.org Subject: Re: PORTDOCS issue. Message-ID: <4693E03B.2080406@gmx.de> In-Reply-To: <20070710185916.GA88205@zone3000.net> References: <20070710185916.GA88205@zone3000.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4693E03B.2080406>