[packages/adapter: 52/631] - do not subst /etc/skel to %{_syscofigdir}/skel.
glen
glen at pld-linux.org
Mon Sep 12 19:38:49 CEST 2016
commit c21d19796305019025508af84d606699ab27e0f7
Author: kloczek <kloczek at pld-linux.org>
Date: Mon May 15 04:01:20 2000 +0000
- do not subst /etc/skel to %{_syscofigdir}/skel.
Changed files:
adapter.awk -> 1.52
adapter.awk | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 1c370b6..66a6d70 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -415,6 +415,8 @@ function use_macros()
continue;
if ($c ~ sysconfdir "/security")
continue;
+ if ($c ~ sysconfdir "/skel")
+ continue;
gsub(sysconfdir, "%{_sysconfdir}", $c)
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list