diff options
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" |