Call mkarchroot not ./mkarchroot so that we can use makechrootpkg from any directory

This commit is contained in:
Jason Chu 2007-11-04 15:04:36 -08:00
parent 39aad4fe59
commit 64ff97a171
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ EOF
) > "$uniondir/chrootbuild"
chmod +x "$uniondir/chrootbuild"
./mkarchroot -r "/chrootbuild" "$uniondir"
mkarchroot -r "/chrootbuild" "$uniondir"
# TODO move relevant files here
echo "build complete... check \$CHROOT_SHELL/build for build results"