From 8e5b59ae43cc676f8f7664d070f24ed80230c019 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 16 Jun 2012 22:03:21 -0500 Subject: [PATCH] script/gentree: fakeroot may be unnecessary, with cpio -pR --- script/gentree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/gentree b/script/gentree index d09e99b..c18b550 100755 --- a/script/gentree +++ b/script/gentree @@ -149,7 +149,7 @@ do_admin() { do_overlay() { [ -d "${ovly}" ] || return log Apply overlay from "${ovly##${base}/}" - ( cd "${ovly}" && find . | in_fakeroot cpio -p "${sroot}" ) || chk + ( cd "${ovly}" && find . | cpio -pR root:wheel "${sroot}" ) || chk } do_packages() { -- 2.42.0