]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- small fix in reg exp in %files.
authorkloczek <kloczek@pld-linux.org>
Fri, 4 Aug 2000 15:20:58 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.102

glibc.spec

index edceb60a694d202a51107b012ea3d3a0f0bbe449..6b4181caa6f6897ae0fdc7e810e4050998f5d202 100644 (file)
@@ -597,7 +597,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_sbindir}/zic
 
 %attr(755,root,root) /lib/ld-*
-%attr(755,root,root) /lib/lib[^(nss)(db)]*
+%attr(755,root,root) /lib/lib(^(nss)(db))*
 
 %{_mandir}/man8/*
 
This page took 0.329296 seconds and 4 git commands to generate.