[packages/adapter: 329/631] - avoid leaving leading space

glen glen at pld-linux.org
Mon Sep 12 20:02:02 CEST 2016


commit 4c267ed5a6fb71fecac4bc7e2cc12b90a1d7ac2f
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Wed Jul 26 12:54:35 2006 +0000

    - avoid leaving leading space
    
    Changed files:
        adapter.awk -> 1.317

 adapter.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index e4dab2b..464b3d1 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -1370,7 +1370,7 @@ function use_files_macros(	i, n, t, a)
     # kill default attrs
     gsub(/%dir %attr\(755,root,root\)/, "%dir");
     if (!/%dir/) {
-        gsub(/%attr\(644,root,root\)/, "");
+        gsub(/%attr\(644,root,root\) /, "");
     }
 
 	# sort %verify attrs
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list