X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=blobdiff_plain;f=src%2Fwgtpkg-install.c;h=31ef7c4eb4547b96d61393f06112756438e85252;hp=5e8b0e9c50b9819196f3f45a362e1e7f28feb946;hb=bceaf2cc403176fd808d4e00be893671be3f4bb0;hpb=5f7901dcb8519fe1d553bffda803a8d8da8e5af5 diff --git a/src/wgtpkg-install.c b/src/wgtpkg-install.c index 5e8b0e9..31ef7c4 100644 --- a/src/wgtpkg-install.c +++ b/src/wgtpkg-install.c @@ -503,7 +503,7 @@ struct wgt_info *install_widget(const char *wgtfile, const char *root, int force struct wgt_info *ifo; const struct wgt_desc *desc; char installdir[PATH_MAX]; - int port; + int port, err; struct unitconf uconf; NOTICE("-- INSTALLING widget %s to %s --", wgtfile, root); @@ -578,7 +578,9 @@ error3: wgt_info_unref(ifo); error2: + err = errno; remove_workdir(); + errno = err; error1: file_reset();