diff options
author | B. Watson <urchlay@slackware.uk> | 2023-06-26 23:13:39 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-06-26 23:13:39 -0400 |
commit | f159c32799abf4371eae2d2d12fe3e74e4461f07 (patch) | |
tree | c4c5057e5be3586685d6b8b654121f315c30396c | |
parent | 48cf73ee9e248fa4073ff43b752fc5d81ad3426c (diff) | |
download | sbo-maintainer-tools-f159c32799abf4371eae2d2d12fe3e74e4461f07.tar.gz |
sbopkglint: don't check usr/info/dir as a .info file.
-rw-r--r-- | sbopkglint.d/60-usr_info.t.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbopkglint.d/60-usr_info.t.sh b/sbopkglint.d/60-usr_info.t.sh index fd1c976..b839180 100644 --- a/sbopkglint.d/60-usr_info.t.sh +++ b/sbopkglint.d/60-usr_info.t.sh @@ -66,7 +66,7 @@ if [ -d usr/info ]; then BADDIRS+="$i " else case "$i" in - usr/info/dir) dir_found=1 ; check_info "$i" 0 ;; + usr/info/dir) dir_found=1 ; ;; *.info*.gz) info_found=1 ; check_info "$i" 1 ;; *.info*) info_found=1 ; check_info "$i" 0 ; NONGZIP+="$i " ;; *) BADFILES+="$i " ;; |