commit da705de99bd241be1d374701a2d85799f5ea43bd
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Jan 13 02:28:04 2014 +0200

    fix rootfs copy

 lxc-pld.in.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lxc-pld.in.sh b/lxc-pld.in.sh
index c4d0680..c711027 100755
--- a/lxc-pld.in.sh
+++ b/lxc-pld.in.sh
@@ -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
 }
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxc.git/commitdiff/da705de99bd241be1d374701a2d85799f5ea43bd

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to