xbps-src: don't forget to clean up $wrksrc in the bootstrap target!

Thanks to pancake for finding the bug.
This commit is contained in:
Juan RP 2010-05-13 20:43:08 +02:00
parent a4468b1fe8
commit ea1e29a43c

View file

@ -202,6 +202,7 @@ bootstrap)
[ ! -d $XBPS_SRCPKGDIR/xbps-base-chroot ] && \
msg_error "Cannot find $XBPS_SRCPKGDIR/xbps-base-chroot directory!"
cd $XBPS_SRCPKGDIR/xbps-base-chroot && setup_tmpl $(basename_cwd)
[ -z "$dontrm_builddir" ] && dontrm_builddir=no
install_pkg $pkgname
;;
build|configure)