xbps-src: new target: clean-autodeps. To force autodeps removal.
This commit is contained in:
parent
e2f28d0b7d
commit
5cf08f1381
2 changed files with 12 additions and 1 deletions
|
@ -92,7 +92,7 @@ autoremove_pkg_dependencies()
|
|||
if [ -n "$XBPS_PREFER_BINPKG_DEPS" -a -z "$bootstrap" ]; then
|
||||
msg_normal "$pkgver: removing automatically installed dependencies ...\n"
|
||||
# Autoremove installed binary packages.
|
||||
${cmd} -y reconfigure all && ${cmd} -Rpyf autoremove 2>&1 >/dev/null
|
||||
${cmd} -y reconfigure all && ${cmd} -Rpyf autoremove
|
||||
if [ $? -ne 0 ]; then
|
||||
msg_red "$pkgver: failed to remove automatic dependencies!\n"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue