]> skyeroc.xyz Git - dgamelaunch/commitdiff
Copying terminal data files (as opposed to directories) works again now.
authorJilles Tjoelker <jilles@stack.nl>
Fri, 16 Jan 2004 21:44:36 +0000 (21:44 +0000)
committerJilles Tjoelker <jilles@stack.nl>
Fri, 16 Jan 2004 21:44:36 +0000 (21:44 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@124 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgl-create-chroot

index fb2d30c8f98c0f31759e0f899dacebe7a16c1013..1efeea0b13c6fd12df6d42c74c0eed5a0b3b0575 100755 (executable)
@@ -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