aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gitbucket.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2014-03-05 21:28:31 -0800
committerAdam Vandenberg2014-03-07 07:08:52 -0800
commitb0ae186a3dde2c47f1742b9125941792b46f42fd (patch)
tree82fca9a30afd99916b0d03b4bd61d521bb52ea7a /Library/Formula/gitbucket.rb
parent4f3188bcef0dd96f9b010d199d903b02ed929295 (diff)
downloadhomebrew-b0ae186a3dde2c47f1742b9125941792b46f42fd.tar.bz2
use opt shortcuts
Diffstat (limited to 'Library/Formula/gitbucket.rb')
-rw-r--r--Library/Formula/gitbucket.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gitbucket.rb b/Library/Formula/gitbucket.rb
index cd5a8bcf0..11324b307 100644
--- a/Library/Formula/gitbucket.rb
+++ b/Library/Formula/gitbucket.rb
@@ -13,7 +13,7 @@ class Gitbucket < Formula
def install
if build.head?
system "ant"
- libexec.install 'war/target/gitbucket.war', '.'
+ libexec.install "war/target/gitbucket.war", "."
else
libexec.install "gitbucket.war"
end
@@ -33,7 +33,7 @@ class Gitbucket < Formula
<string>/usr/bin/java</string>
<string>-Dmail.smtp.starttls.enable=true</string>
<string>-jar</string>
- <string>#{opt_prefix}/libexec/gitbucket.war</string>
+ <string>#{opt_libexec}/gitbucket.war</string>
<string>--host=127.0.0.1</string>
<string>--port=8080</string>
<string>--https=true</string>