From 4bebc3927ad41d6464894695aee8b6e11c706fb9 Mon Sep 17 00:00:00 2001 From: Shiz Date: Jun 20 2015 02:15:04 +0000 Subject: fix non-portable construct. See COPYING.MIDIPIX (9cd0746c) for copyright information. Signed-off-by: Shiz --- diff --git a/musl.lzy b/musl.lzy index 1261c5f..33058d7 100644 --- a/musl.lzy +++ b/musl.lzy @@ -98,7 +98,7 @@ musl_headers() fi mkdir -p $lz_build_dir/include - cp -r -t $lz_build_dir/include $lz_project_dir/arch/$lz_arch/bits + cp -R $lz_project_dir/arch/$lz_arch/bits $lz_build_dir/include touch $lz_build_dir/headers.tag }