[packages/prm] remove +x to avoid generating bogus deps

glen glen at pld-linux.org
Wed Sep 2 12:12:37 CEST 2015


commit 0947f8c26232fd2582b78210741422b0eeda5c63
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Sep 2 13:12:18 2015 +0300

    remove +x to avoid generating bogus deps
    
    https://github.com/dnbert/prm/pull/49

 prm.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/prm.spec b/prm.spec
index ac05e20..d3cfd96 100644
--- a/prm.spec
+++ b/prm.spec
@@ -33,6 +33,9 @@ object storage systems.
 %patch0 -p1
 %patch1 -p1
 
+# remove +x to avoid generating bogus deps
+find lib -type f | xargs chmod a-x
+
 %build
 # write .gemspec
 %__gem_helper spec
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/prm.git/commitdiff/0947f8c26232fd2582b78210741422b0eeda5c63



More information about the pld-cvs-commit mailing list