From: Jilles Tjoelker Date: Fri, 16 Jan 2004 21:44:36 +0000 (+0000) Subject: Copying terminal data files (as opposed to directories) works again now. X-Git-Tag: v1.6.1-roc-dev~574 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=d80186d75f39965d79264c2858162f76d5d06e1f;p=dgamelaunch 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 --- diff --git a/dgl-create-chroot b/dgl-create-chroot index fb2d30c..1efeea0 100755 --- a/dgl-create-chroot +++ b/dgl-create-chroot @@ -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