summaryrefslogtreecommitdiffhomepage
path: root/musl.lzy
diff options
context:
space:
mode:
authorShiz <hi@shiz.me>2015-06-20 04:15:04 +0200
committerShiz <hi@shiz.me>2015-06-20 04:15:04 +0200
commit4bebc3927ad41d6464894695aee8b6e11c706fb9 (patch)
treefd96ab052e7ce656202fc0aeb3b3dc4f37e8a6e9 /musl.lzy
parented42e65fd406f9b8ed6ee6ca887431c13c556d0b (diff)
downloadmmglue-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>
Diffstat (limited to 'musl.lzy')
-rw-r--r--musl.lzy2
1 files changed, 1 insertions, 1 deletions
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
}