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:
parent
a4468b1fe8
commit
ea1e29a43c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue