xbps-src: clean <pkgname> also removes pkg files in destdir.
This commit is contained in:
parent
b3c22511c5
commit
fc8ec0a799
1 changed files with 3 additions and 2 deletions
5
xbps-src
5
xbps-src
|
@ -28,8 +28,8 @@ chroot
|
|||
|
||||
clean [pkgname]
|
||||
Removes auto dependencies, cleans up <masterdir>/builddir and <masterdir>/destdir.
|
||||
If <pkgname> argument is specified only the builddir for that package will be
|
||||
cleaned up.
|
||||
If <pkgname> argument is specified, package files from <destdir> and its
|
||||
build directory in <masterdir>/buiddir are removed.
|
||||
|
||||
configure <pkgname>
|
||||
Configure a package (fetch + extract + configure).
|
||||
|
@ -564,6 +564,7 @@ case "$XBPS_TARGET" in
|
|||
run_func do_clean
|
||||
fi
|
||||
fi
|
||||
remove_pkg $XBPS_CROSS_BUILD
|
||||
fi
|
||||
;;
|
||||
remove-autodeps)
|
||||
|
|
Loading…
Reference in a new issue