Merge branch 'devel1'

This commit is contained in:
fautomat 2019-04-27 23:27:40 +02:00
commit 6ad7bb24ae
1 changed files with 1 additions and 1 deletions

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"