xbps-src: chroot: do not copy /etc/services; we use iana-etc now.
This commit is contained in:
parent
ddb9325769
commit
22e0c33b39
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ chroot_prepare() {
|
|||
fi
|
||||
|
||||
# Create some required files.
|
||||
cp -f /etc/services $XBPS_MASTERDIR/etc
|
||||
[ -f /etc/localtime ] && cp -f /etc/localtime $XBPS_MASTERDIR/etc
|
||||
|
||||
for f in dev sys proc host boot; do
|
||||
|
|
Loading…
Reference in a new issue