mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
- pkg_install+staging: Fix installing package as non-root to call su.
install-package was depended on twice for install target, but it should only be in SUSEQ - Add a comment to make sequence code a bit more readable With hat: portmgr
This commit is contained in:
parent
88899ee07e
commit
f09d566011
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328937
@ -4327,11 +4327,11 @@ _PACKAGE_DEP= stage
|
||||
_PACKAGE_SEQ= package-message pre-package pre-package-script do-package post-package-script
|
||||
|
||||
_INSTALL_DEP= package
|
||||
_INSTALL_SEQ= install-message run-depends lib-depends install-package
|
||||
_INSTALL_SEQ= install-message run-depends lib-depends
|
||||
_INSTALL_SUSEQ= install-package security-check
|
||||
.endif
|
||||
|
||||
.else
|
||||
.else # NO_STAGE
|
||||
|
||||
_INSTALL_DEP= build
|
||||
_INSTALL_SEQ= install-message check-install-conflicts run-depends lib-depends apply-slist pre-install \
|
||||
|
Loading…
Reference in New Issue
Block a user