]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - adapter.awk
- remove .gz from manfiles
[packages/rpm-build-tools.git] / adapter.awk
index 8c70e563d048fc58a3d7ac6b4d007d0624b3bd91..0b34d7c392d619f43b1c098b106b56f3263407e4 100644 (file)
@@ -766,6 +766,10 @@ function use_files_macros( i, n, t, a)
 
                gsub(/%verify\(not[^)]+\)/, s)
        }
+
+       if (/%{_mandir}/) {
+               gsub("\.gz$", "")
+       }
 }
 
 function fill(ch, n, i) {
This page took 0.028334 seconds and 4 git commands to generate.