Commit 64ff97a1 authored by Jason Chu's avatar Jason Chu
Browse files

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

parent 39aad4fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"