Weakening mode on pts for compliance with eglibc 2.18 within containers during build.

This commit is contained in:
Daniel Baumann 2013-10-23 21:01:03 +02:00
parent 955175ac4b
commit 006e38d955
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ case "${1}" in
mkdir -p chroot/dev/pts
# Mounting /dev/pts
mount devpts-live -t devpts chroot/dev/pts || true
mount devpts-live -t devpts -o gid=5,mode=620 chroot/dev/pts || true
# Creating stage file
Create_stagefile .build/chroot_devpts