]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- remove .gz from manfiles
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 15 Apr 2005 15:58:23 +0000 (15:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.153

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.036679 seconds and 4 git commands to generate.