Guillem Jover лет назад: 11
Родитель
Сommit
67d6106e54
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/unpack.c

+ 2 - 2
src/unpack.c

@@ -618,8 +618,8 @@ void process_archive(const char *filename) {
   if (wanttoinstall(pkg)) {
     pkg_set_want(pkg, PKG_WANT_INSTALL);
   } else {
-      pop_cleanup(ehflag_normaltidy);
-      return;
+    pop_cleanup(ehflag_normaltidy);
+    return;
   }
 
   /* Deconfigure other instances from a pkgset if they are not in sync. */