[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch, upstream, updated. 51bcebe38cab6088c901f1006339bbe40a36d161
James Turnbull
james at lovedthanlost.net
Wed Aug 18 05:55:44 UTC 2010
The following commit has been merged in the upstream branch:
commit b5a8de0e8f4583c27d776cabe7686f41edb552fb
Author: Martin Englund <martin at englund.nu>
Date: Tue Mar 23 11:50:39 2010 +0100
Fix for #3411 install.rb should not put "." first in the tmp_dirs
Signed-off-by: Martin Englund <martin at englund.nu>
diff --git a/install.rb b/install.rb
index 1280f04..d1b3f18 100755
--- a/install.rb
+++ b/install.rb
@@ -212,7 +212,7 @@ def prepare_installation
opts.parse!
end
- tmpdirs = [".", ENV['TMP'], ENV['TEMP'], "/tmp", "/var/tmp"]
+ tmpdirs = [ENV['TMP'], ENV['TEMP'], "/tmp", "/var/tmp", "."]
version = [Config::CONFIG["MAJOR"], Config::CONFIG["MINOR"]].join(".")
libdir = File.join(Config::CONFIG["libdir"], "ruby", version)
--
Packaging of Facter for debian
More information about the Pkg-puppet-devel
mailing list