Skip to content

Commit

Permalink
Fix selfupdate
Browse files Browse the repository at this point in the history
The new library version requires a new package name
  • Loading branch information
laenion committed Mar 22, 2022
1 parent e8114de commit f076c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/transactional-update.in
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ if [ -z "${TA_UPDATE_TMPFILE}" ]; then
else # Set exit handler to clean up artifacts of the self-update
trap 'rm -f "$LOCKFILE" && rm -rf "${TA_UPDATE_TMPFILE}" && unset TA_UPDATE_TMPFILE' EXIT
pushd "${TA_UPDATE_TMPFILE}" >/dev/null
zypper --non-interactive --pkg-cache-dir "${TA_UPDATE_TMPFILE}" download libtukit0 tukit
zypper --non-interactive --pkg-cache-dir "${TA_UPDATE_TMPFILE}" download libtukit4 tukit
find . -name *.rpm -exec sh -c 'rpm2cpio {} | cpio -idmv 2>/dev/null' \;
popd >/dev/null
export LD_LIBRARY_PATH="${TA_UPDATE_TMPFILE}/usr/lib64:${TA_UPDATE_TMPFILE}/usr/lib"
Expand Down

0 comments on commit f076c8f

Please sign in to comment.