]> git.pld-linux.org Git - packages/FHS.git/commitdiff
- fix glob in debug files
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 18 Dec 2021 09:37:48 +0000 (10:37 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 18 Dec 2021 09:37:48 +0000 (10:37 +0100)
FHS.spec

index 7ddc231cb5a0ac87d4557cfccef98b9d9245eea9..80af9f9ed370db9b35a40666c1d2995cf902293e 100644 (file)
--- a/FHS.spec
+++ b/FHS.spec
@@ -244,4 +244,4 @@ posix.chown("/var/lock", 0, %{gid_uucp})
 %files debug
 %defattr(644,root,root,755)
 %dir /usr/lib/.build-id
-%dir /usr/lib/.build-id/[0-9af][0-9af]
+%dir /usr/lib/.build-id/[0-9a-f][0-9a-f]
This page took 0.074748 seconds and 4 git commands to generate.