From 6c9e949ae39b6504929acfdb12dd10ce88363789 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 29 Jan 2017 00:56:39 -0800 Subject: Fix location where libc manual is built Signed-off-by: Alexey Neyman diff --git a/scripts/build/libc/glibc.sh b/scripts/build/libc/glibc.sh index c514cb7..87f63d4 100644 --- a/scripts/build/libc/glibc.sh +++ b/scripts/build/libc/glibc.sh @@ -392,8 +392,8 @@ do_libc_backend_once() { # manuals in parallel CT_DoExecLog ALL make pdf html CT_DoExecLog ALL mkdir -p ${CT_PREFIX_DIR}/share/doc - CT_DoExecLog ALL cp -av ${src_dir}/manual/*.pdf \ - ${src_dir}/manual/libc \ + CT_DoExecLog ALL cp -av manual/*.pdf \ + manual/libc \ ${CT_PREFIX_DIR}/share/doc fi -- cgit v0.10.2-6-g49f6