1
0
Fork 0
forked from mirrors/openup

Use -u so that we don't replace hand-craft packages.

This commit is contained in:
Antoine Jacoutot 2014-05-01 09:19:14 +02:00
commit 8ec7c9d161

4
openup
View file

@ -43,7 +43,7 @@ VUXML_URL="https://stable.mtier.org/vuxml/${_REL_INT}.xml"
########################################################################
_OPENUP_VERSION=15
_OPENUP_VERSION=16
_OPENUP_MINREL=54
usage() {
@ -208,7 +208,7 @@ update_pkg() {
if [ -n "${_PKG}" ]; then
pr_bigarrow "Updating package(s)"
_CMD="pkg_add -qrz ${pkg_opt}"
_CMD="pkg_add -quz ${pkg_opt}"
# we don't want to display ${_PKG}, there could be hundreds
pr_smallarrow "${_CMD} ..."
_CMD="${_CMD} ${_PKG}"