[packages/lxc/dev-1.0.0] fix rootfs copy

glen glen at pld-linux.org
Mon Jan 13 01:28:08 CET 2014


commit da705de99bd241be1d374701a2d85799f5ea43bd
Author: Elan Ruusamäe <glen at delfi.ee>
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



More information about the pld-cvs-commit mailing list