This commit is contained in:
parent
b3c7942688
commit
b7c19097e1
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ if [ -e "${commitfile}" ]; then
|
|||
# install update
|
||||
commit=$(cat "${commitfile}")
|
||||
"${libexec}"/scripts/install -d "${installdir}"
|
||||
"${libexec}"/scripts/install/update-deleted-files "${repodir}" "${installdir}" "${commit}"
|
||||
"${libexec}"/scripts/install/update-changed-files "${repodir}" "${installdir}" "${commit}"
|
||||
"${libexec}"/scripts/update-deleted-files "${repodir}" "${installdir}" "${commit}"
|
||||
"${libexec}"/scripts/update-changed-files "${repodir}" "${installdir}" "${commit}"
|
||||
else
|
||||
##
|
||||
# install from scratch
|
||||
|
|
Loading…
Reference in a new issue