diff options
author | Jason Chu <jchu@xentac.net> | 2007-11-05 00:04:36 +0100 |
---|---|---|
committer | Jason Chu <jchu@xentac.net> | 2007-11-05 00:04:36 +0100 |
commit | 64ff97a171158fca4c33391d76142d04cba50897 (patch) | |
tree | 5243ec296bbcbd4195592ad53b4372a8afd914de /makechrootpkg | |
parent | 39aad4fe5929bda91564277194cd4909c95dd46d (diff) | |
download | devtools-64ff97a171158fca4c33391d76142d04cba50897.tar.gz devtools-64ff97a171158fca4c33391d76142d04cba50897.tar.xz |
Call mkarchroot not ./mkarchroot so that we can use makechrootpkg from any directory
Diffstat (limited to 'makechrootpkg')
-rwxr-xr-x | makechrootpkg | 2 |
1 files changed, 1 insertions, 1 deletions
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" |