diff options
Diffstat (limited to 'homebrew/nacl/.make.sh-auto')
-rw-r--r-- | homebrew/nacl/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/nacl/.make.sh-auto b/homebrew/nacl/.make.sh-auto new file mode 100644 index 000000000..55f46d474 --- /dev/null +++ b/homebrew/nacl/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +inreplace "do" do |s| +s.gsub! 'exec >"$top/log"', 'exec | tee "$top/log"' +s.gsub! /^shorthostname=`.*$/, "shorthostname=brew" |