]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- no macros for external package paths (/etc/bash_completion)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 15 Feb 2006 08:41:28 +0000 (08:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.277

adapter.awk

index f89c853b9c5f7ba685949861442f02c27e784d3a..366c11991879d26f8581e98ec8e3fa139577bc57 100644 (file)
@@ -951,6 +951,8 @@ function use_macros()
                        continue;
                if ($c ~ sysconfdir "/{?httpd") # temp
                        continue;
+               if ($c ~ sysconfdir "/{?bash_completion.d") # temp
+                       continue;
                gsub(sysconfdir, "%{_sysconfdir}", $c)
        }
 
This page took 0.065647 seconds and 4 git commands to generate.