[packages/adapter: 149/631] - 755 attr for all lib.*\.so

glen glen at pld-linux.org
Mon Sep 12 19:46:57 CEST 2016


commit d26e0e30a167d03e68e00a821ee032620908e46d
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sun Apr 3 15:50:09 2005 +0000

    - 755 attr for all lib.*\.so
    
    Changed files:
        adapter.awk -> 1.144

 adapter.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index 0290e1e..96726f4 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -704,7 +704,7 @@ function use_files_macros(	i, n, t, a)
 	}
 
 
-	if (/\.so$/ && !/^%attr.*/) {
+	if (/lib.+\.so/ && !/^%attr.*/) {
 		$0 = "%attr(755,root,root) " $0
 	}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list