1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-04 03:33:30 +00:00

Merge branch 'devel1'

This commit is contained in:
fautomat
2019-04-27 23:27:40 +02:00

View File

@@ -110,7 +110,7 @@ case $1 in
fi
dir=$(basename $(dirname $line))
#lower-case the directory part
outdir=${dir,,}
outdir=$(echo "$dir" | tr '[:upper:]' '[:lower:]')
if [[ $file == *.h ]] || [[ $file == *.i ]]; then
mkdir -p "$3/m68k-amigaos/include/$outdir"
echo cp "build/$2/$line" "$3/m68k-amigaos/include/$outdir/$file"