]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- set executable attr for perl shared libs
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 30 Dec 2005 00:21:29 +0000 (00:21 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Fri, 30 Dec 2005 00:21:29 +0000 (00:21 +0000)
Changed files:
    adapter.awk -> 1.259

adapter.awk

index 66b7b6eda64223db02e5fe410f95e9974d520bea..e593cd38c964185275c8340754330f030764a906 100644 (file)
@@ -1124,6 +1124,10 @@ function use_files_macros(       i, n, t, a)
                $0 = "%attr(755,root,root) " $0
        }
 
+       if (/%{perl_vendorarch}.*\.so$/ && !/^%attr.*/) {
+               $0 = "%attr(755,root,root) " $0
+       }
+
        # /etc/sysconfig files
        # %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
        # attr not required, allow default 644 attr
This page took 0.127165 seconds and 4 git commands to generate.