]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- /usr/share/unsermake exclude
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Feb 2005 15:45:32 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.134

adapter.awk

index b196f82427c2b2d7b604249b9ccd903922cc0104..1108d8f50927c42e7f0e5184647cb1d8790a8edf 100644 (file)
@@ -596,6 +596,8 @@ function use_macros()
        for (c = 1; c <= NF; c++) {
                if ($c ~ datadir "/automake")
                        continue;
+               if ($c ~ datadir "/unsermake")
+                       continue;
                gsub(datadir, "%{_datadir}", $c)
        }
 
@@ -630,6 +632,8 @@ function use_macros()
                                continue;
                        if ($c ~ prefix "/share/automake")
                                continue;
+                       if ($c ~ prefix "/share/unsermake")
+                               continue;
                        gsub(prefix, "%{_prefix}", $c)
                }
                gsub("%{prefix}", "%{_prefix}")
This page took 0.041819 seconds and 4 git commands to generate.