From 64ff97a171158fca4c33391d76142d04cba50897 Mon Sep 17 00:00:00 2001 From: Jason Chu Date: Sun, 4 Nov 2007 15:04:36 -0800 Subject: Call mkarchroot not ./mkarchroot so that we can use makechrootpkg from any directory --- makechrootpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makechrootpkg') diff --git a/makechrootpkg b/makechrootpkg index 8cd8af7..eb6a1c4 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -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" -- cgit v1.2.3-24-g4f1b