Skipping package install call if there is nothing to install.
Dev

Dev commited on 2018-06-17 10:05:06
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -159,7 +159,7 @@ module RCM
159 159
       end
160 160
     end
161 161
 
162
-    @pkg_mgr.install(missing_packages)
162
+    @pkg_mgr.install(missing_packages) unless missing_packages.empty?
163 163
 
164 164
   end
165 165
 
166 166