Browse Source

Changed debug.sh to call chroot using full path

misl/sde-wrapper
Alejandro Mery 17 years ago
parent
commit
793d434ea6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Build-Pkg

+ 1
- 1
scripts/Build-Pkg

@ -209,7 +209,7 @@ if [ "$chroot" = 1 ] ; then
fi
export ROCK_THIS_IS_CHROOT=1
chroot "$xroot" /bin/bash TOOLCHAIN/src.$pkg.$config.$id/debug_x.sh
/usr/sbin/chroot "$xroot" /bin/bash TOOLCHAIN/src.$pkg.$config.$id/debug_x.sh
if ! fuser -s "$xroot/TOOLCHAIN/" ; then
echo "Loop mounts appear unused - un-mounting ..."

Loading…
Cancel
Save