Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
f23175d9e9
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      scripts/Build-Pkg

+ 2
- 0
scripts/Build-Pkg

@ -326,6 +326,8 @@ if [ "$chroot" = 1 ] ; then
mount --bind $realdown $PWD/ROCK/download
if [ "$ROCKCFG_SRC_TMPFS" = 1 ]; then
mount --bind $builddir $PWD/ROCK/loop/src.$xpkg.$id
else
ln -s loop/src.$xpkg.$id $PWD/ROCK/src.$xpkg.$id
fi
fi
chroot "$xroot" /bin/bash ROCK/src.$xpkg.$id/debug_x.sh

Loading…
Cancel
Save