summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-12-20 16:42:22 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-12-20 16:42:22 -0500
commitcb9fdf5fbbf85a655b981902d60f0e2a786c699a (patch)
tree5ee560bb51ac56a5cedc843ada0276d5990f48a0 /install.sh
parent64edc892c3e53459b191079b91dbd24d7fa7c932 (diff)
dont forget to be recursive
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index d458850..8c2baee 100755
--- a/install.sh
+++ b/install.sh
@@ -7,7 +7,7 @@ if [ "$1" != "" ]; then
cp agbcc $1/tools/agbcc/bin/
cp old_agbcc $1/tools/agbcc/bin/
cp ginclude/* $1/tools/agbcc/include/
- cp libc/include/* $1/tools/agbcc/include/
+ cp -R libc/include/ $1/tools/agbcc/include/
cp libgcc.a $1/tools/agbcc/lib/
cp libc.a $1/tools/agbcc/lib/
else