summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-12-21 00:46:45 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-12-21 00:46:45 -0500
commitd88495e3f4061a411e654c7307aa94ac8a98c94b (patch)
tree05f295c00cbbc1d5987a05da37e746fb841d4d83 /install.sh
parent5ddb810e2df03b8bd4d1db47c2658f156f7d6c83 (diff)
install.sh comment
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 8c2baee..12a99f4 100755
--- a/install.sh
+++ b/install.sh
@@ -6,8 +6,8 @@ if [ "$1" != "" ]; then
mkdir -p $1/tools/agbcc/lib
cp agbcc $1/tools/agbcc/bin/
cp old_agbcc $1/tools/agbcc/bin/
+ cp -R libc/include/ $1/tools/agbcc/ #drop include, because we don't want include/include
cp ginclude/* $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