summaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-05-05 09:35:17 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-05-05 09:35:17 +1000
commit69fc802fde27f1de09d6e0d68e1d79ff1c08acdd (patch)
treec803d12222c6069524b4b5468be23ec74e7738e7 /install.rb
parentc57e194418b658ddcd82610c3c273bfa17ba5f8b (diff)
downloadpuppet-69fc802fde27f1de09d6e0d68e1d79ff1c08acdd.tar.gz
puppet-69fc802fde27f1de09d6e0d68e1d79ff1c08acdd.tar.xz
puppet-69fc802fde27f1de09d6e0d68e1d79ff1c08acdd.zip
Update to man pages, fix to ralsh help text and fix for #1211
Diffstat (limited to 'install.rb')
-rwxr-xr-xinstall.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.rb b/install.rb
index 70922cc98..207f74a0b 100755
--- a/install.rb
+++ b/install.rb
@@ -106,7 +106,7 @@ def do_man(man, strip = 'man/')
File.install(mf, omf, 0644, true)
gzip = %x{which gzip}
gzip.chomp!
- %x{#{gzip} #{omf}}
+ %x{#{gzip} -f #{omf}}
end
end