chroot: don't set root:root in all files, will be addressed differently.
--HG-- extra : convert_revision : aa60b18e3b642fa1a1d3f94579dff977e5a5523d
This commit is contained in:
parent
f5c6fe8302
commit
aa02e8b2ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue