Copying terminal data files (as opposed to directories) works again now.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@124 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Jilles Tjoelker 2004-01-16 21:44:36 +00:00
parent 1a081cc170
commit d80186d75f
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ fi
# Curses junk
if [ -n "$termdata" ]; then
mkdir -p $chroot_path$termdata
mkdir -p $chroot_path`dirname $termdata`
if [ -d $termdata/. ]; then
cp -R $termdata/. $chroot_path$termdata
else