[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch, upstream, updated. 3a39dd8353b6308cf49522990104cc63e55d7cda

James Turnbull james at lovedthanlost.net
Fri Jan 29 17:22:12 UTC 2010


The following commit has been merged in the upstream branch:
commit 75db918c37a9fef36c829105d1f8a99ff8bcf751
Author: James Turnbull <james at lovedthanlost.net>
Date:   Sun Mar 1 17:55:17 2009 +1100

    Fixed lib install permissions

diff --git a/CHANGELOG b/CHANGELOG
index e5a5d6c..da7478d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
 1.6.x:
+    Fixed lib install permissions
+
     Fixed #2040 - Facter should provide a macosx_productversion_major fact
 
     Fixed #2003 - Added is_virtual fact
diff --git a/install.rb b/install.rb
index d38aede..3be8952 100755
--- a/install.rb
+++ b/install.rb
@@ -93,7 +93,7 @@ def do_libs(libs, strip = 'lib/')
         op = File.dirname(olf)
         File.makedirs(op, true)
         File.chmod(0755, op)
-        File.install(lf, olf, 0755, true)
+        File.install(lf, olf, 0644, true)
     end
 end
 

-- 
Packaging of Facter for debian



More information about the Pkg-puppet-devel mailing list