Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
c6bba7151a
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      scripts/Build-Pkg

+ 3
- 1
scripts/Build-Pkg

@ -313,9 +313,11 @@ if [ "$chroot" = 1 ] ; then
mount --bind $realbase $PWD/ROCK/loop
mount --bind $realconf $PWD/ROCK/config
mount --bind $realdown $PWD/ROCK/download
fi
if [ ! -e $PWD/ROCK/src.$xpkg.$id ]; then
ln -s loop/src.$xpkg.$id $PWD/ROCK/src.$xpkg.$id
fi
chroot "$xroot" /bin/bash ROCK/src.$xpkg.$id/debug_x.sh
chroot "$xroot" /bin/bash /ROCK/src.$xpkg.$id/debug_x.sh
rm -f $PWD/ROCK/src.$xpkg.$id
EOT
chmod +x "$builddir/debug.sh"

Loading…
Cancel
Save