]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- using /etc/X11 is ok
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Dec 2005 21:09:38 +0000 (21:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.223

adapter.awk

index c925b1aafa3d02858154485989611c52c5f40eb9..83d7743abf62385b7079616d10008121144843c5 100644 (file)
@@ -856,6 +856,8 @@ function use_macros()
                        continue;
                if ($c ~ sysconfdir "/{?certs")
                        continue;
+               if ($c ~ sysconfdir "/{?X11")
+                       continue;
                gsub(sysconfdir, "%{_sysconfdir}", $c)
        }
 
This page took 0.076747 seconds and 4 git commands to generate.