mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
Prevent recording of deps in world set
This commit is contained in:
parent
89296eca9d
commit
d3fddc3519
1 changed files with 3 additions and 3 deletions
|
|
@ -12,12 +12,12 @@ PACKAGES="
|
|||
|
||||
case "$PACKAGE_MANAGER" in
|
||||
(paludis)
|
||||
cave resolve --keep-targets if-possible $PACKAGES -x
|
||||
cave resolve --preserve-world --keep-targets if-possible $PACKAGES -x
|
||||
;;
|
||||
(pkgcore)
|
||||
pmerge --noreplace $PACKAGES
|
||||
pmerge --noreplace --oneshot $PACKAGES
|
||||
;;
|
||||
(portage|*)
|
||||
emerge --noreplace $PACKAGES
|
||||
emerge --noreplace --oneshot $PACKAGES
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in a new issue