]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- do not subst /etc/logrotate.d to %{_sysconfigdir}/logrotate.d.
authorkloczek <kloczek@pld-linux.org>
Sat, 13 May 2000 14:55:48 +0000 (14:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.51

adapter.awk

index 7a32975cb826fa8c3f76ac2463c0e23905f5e32d..1c370b6475e8c832d957557eb78764a35a274919 100644 (file)
@@ -411,6 +411,8 @@ function use_macros()
                        continue;
                if ($c ~ sysconfdir "/pam.d")
                        continue;
+               if ($c ~ sysconfdir "/logrotate.d")
+                       continue;
                if ($c ~ sysconfdir "/security")
                        continue;
                gsub(sysconfdir, "%{_sysconfdir}", $c)
This page took 0.033901 seconds and 4 git commands to generate.