From aa02e8b2ab3315f60350162a47d32ce5e1bbf6e2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 4 Feb 2009 22:02:15 +0100 Subject: [PATCH] chroot: don't set root:root in all files, will be addressed differently. --HG-- extra : convert_revision : aa60b18e3b642fa1a1d3f94579dff977e5a5523d --- shutils/chroot.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/shutils/chroot.sh b/shutils/chroot.sh index ad4cd7d041..20763be46c 100644 --- a/shutils/chroot.sh +++ b/shutils/chroot.sh @@ -35,8 +35,6 @@ prepare_chroot() { local f= - chown -R root:root $XBPS_MASTERDIR - # Create some required files. touch $XBPS_MASTERDIR/etc/mtab for f in run/utmp log/btmp log/lastlog log/wtmp; do