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:
parent
1a081cc170
commit
d80186d75f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue