Repository: lucy-clownfish Updated Branches: refs/heads/master 0bacc88bf -> 2d85c48c9
Fix Windows install script Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/2d85c48c Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/2d85c48c Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/2d85c48c Branch: refs/heads/master Commit: 2d85c48c998c68db109ff8622e34cdc92a922c98 Parents: 0bacc88 Author: Nick Wellnhofer <[email protected]> Authored: Fri Jul 22 14:50:45 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Fri Jul 22 14:50:45 2016 +0200 ---------------------------------------------------------------------- runtime/c/install.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/2d85c48c/runtime/c/install.bat ---------------------------------------------------------------------- diff --git a/runtime/c/install.bat b/runtime/c/install.bat index 592a7aa..58f06e6 100644 --- a/runtime/c/install.bat +++ b/runtime/c/install.bat @@ -42,8 +42,8 @@ rem Install executables. copy ..\..\compiler\c\cfc.exe "%prefix%\bin" >nul rem Install Clownfish header files and HTML documentation. -xcopy /siy autogen\share "%prefix%" >nul +xcopy /siy autogen\share "%prefix%\share" >nul rem Install man pages. -xcopy /siy autogen\man "%prefix%" >nul +xcopy /siy autogen\man "%prefix%\man" >nul
