Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
5272a2635f
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      scripts/Build-Pkg

+ 4
- 4
scripts/Build-Pkg

@ -262,13 +262,13 @@ if [ "$chroot" = 1 ] ; then
if [ ! -e ROCK/loop/scripts ]; then
mkdir -p ROCK/{loop,config,download}
mount --bind $realbase ROCK/loop
mount --bind $realconf ROCK/config
mount --bind $realdown ROCK/download
mount --bind $realbase $PWD/ROCK/loop
mount --bind $realconf $PWD/ROCK/config
mount --bind $realdown $PWD/ROCK/download
fi
if [ ! -f proc/mounts ]; then
mount -t proc none proc
mount -t proc none $PWD/proc
fi
for x in Documentation architecture misc package scripts target; do

Loading…
Cancel
Save