SUSE / machinery

A systems management toolkit for Linux
GNU General Public License v3.0
158 stars 32 forks source link

Handle unextracted unmanaged files as extracted #2204

Closed thardeck closed 7 years ago

thardeck commented 7 years ago

Fixed regression where the machinery-helper reported different number of files when extraction was used or not used.

Additionally Lstat was used to make sure that the check happens for the actual link and not the referred file.

svollath commented 7 years ago

LGTM