]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- do not subst /etc/skel to %{_syscofigdir}/skel.
authorkloczek <kloczek@pld-linux.org>
Mon, 15 May 2000 04:01:20 +0000 (04:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.52

adapter.awk

index 1c370b6475e8c832d957557eb78764a35a274919..66a6d709f93b81096edb58979d38f71d4c4e253c 100644 (file)
@@ -415,6 +415,8 @@ function use_macros()
                        continue;
                if ($c ~ sysconfdir "/security")
                        continue;
+               if ($c ~ sysconfdir "/skel")
+                       continue;
                gsub(sysconfdir, "%{_sysconfdir}", $c)
        }
 
This page took 0.026764 seconds and 4 git commands to generate.