]> git.pld-linux.org Git - packages/lxc.git/commitdiff
fix rootfs copy
authorElan Ruusamäe <glen@delfi.ee>
Mon, 13 Jan 2014 00:28:04 +0000 (02:28 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 13 Jan 2014 00:28:04 +0000 (02:28 +0200)
lxc-pld.in.sh

index c4d0680727ae85e648abeda9b6f6ff743560c555..c711027f1b095927cd445549d2ddd8ca8ab2fec6 100755 (executable)
@@ -173,7 +173,7 @@ copy_pld()
 
        # make a local copy of the minipld
        echo -n "Copying rootfs to $rootfs_path ..."
-       cp -a $cache/rootfs/ $rootfs_path || return 1
+       cp -a $cache/rootfs/* $rootfs_path || return 1
        return 0
 }
 
This page took 0.102475 seconds and 4 git commands to generate.