diff options
author | Shiz <hi@shiz.me> | 2015-06-20 04:15:04 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2015-06-20 04:15:04 +0200 |
commit | 4bebc3927ad41d6464894695aee8b6e11c706fb9 (patch) | |
tree | fd96ab052e7ce656202fc0aeb3b3dc4f37e8a6e9 | |
parent | ed42e65fd406f9b8ed6ee6ca887431c13c556d0b (diff) | |
download | mmglue-4bebc3927ad41d6464894695aee8b6e11c706fb9.tar.bz2 mmglue-4bebc3927ad41d6464894695aee8b6e11c706fb9.tar.xz |
fix non-portable construct.
See COPYING.MIDIPIX (9cd0746c) for copyright information.
Signed-off-by: Shiz <hi@shiz.me>
-rw-r--r-- | musl.lzy | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |