diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-24 23:31:09 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2018-06-24 23:31:09 -0400 |
commit | beca4b4c50a92aa0a0213f5991c61149147160ba (patch) | |
tree | 6bd270957b927aa1e8aa69df88fe6a3cce662029 /sbosrcarch | |
parent | e9979911c66fc563d5fbf02c0170c19ee5c32b7c (diff) | |
download | sbostuff-beca4b4c50a92aa0a0213f5991c61149147160ba.tar.gz |
sbosrcarch: wip
Diffstat (limited to 'sbosrcarch')
-rwxr-xr-x | sbosrcarch | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1646,7 +1646,7 @@ sub check_bymd5_wanted { if($nlink >= 2) { our $hardlinkcount++; } else { - print "$_: not a symlink or hardlink\n"; + print "$_: not a symlink or hardlink\n" if $verbosecheck; } } @@ -1762,6 +1762,7 @@ SlackBuild coverage: $coverage% --- by-md5 summary: Total source files: $md5_totalfiles +Archived files: $md5_filecount Missing files: $md5_missingfiles File coverage: $md5_filecoverage% EOF |