Hi! On Mon, Jul 22, 2002 at 04:56:51PM +0200, Thomas Binder wrote: > (c) /usr/sbin/chroot "$PKG_INSTALL_ROOT" "$PKG_INSTALL_ROOT/usr/sbin/useradd" [...] Oops, one "$PKG_INSTALL_ROOT" too much here ... Should of course have been /usr/sbin/chroot "$PKG_INSTALL_ROOT" /usr/sbin/useradd [...] Ciao Thomas