Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
96e42d9ccc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Build-Pkg

+ 1
- 1
scripts/Build-Pkg

@ -291,7 +291,7 @@ if [ "$chroot" = 1 ] ; then
fi fi
# A /dev with working PTYs is essential for make check in # A /dev with working PTYs is essential for make check in
# binutils and gcc. # binutils and gcc.
if ! grep "$( pwd -P )/dev" /etc/mtab ; then
if ! grep -q "$( pwd -P )/dev" /etc/mtab ; then
mount --rbind /dev $PWD/dev mount --rbind /dev $PWD/dev
fi fi

Loading…
Cancel
Save