Date: Tue, 10 Jul 2007 21:59:16 +0300 From: Nikolay Pavlov <quetzal@zone3000.net> To: freebsd-ports@freebsd.org Cc: Nikolay Pavlov <quetzal@zone3000.net> Subject: PORTDOCS issue. Message-ID: <20070710185916.GA88205@zone3000.net>
next in thread | raw e-mail | index | archive | help
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. -- ====================================================================== - Best regards, Nikolay Pavlov. <<<----------------------------------- ======================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070710185916.GA88205>