From 49352be4d3bc30066d5777a615afb1538cf30618 Mon Sep 17 00:00:00 2001
From: Adam Vandenberg
Date: Thu, 3 May 2012 21:27:00 -0700
Subject: Jenkins: fix path in plist
---
Library/Formula/jenkins.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb
index 44d245962..97d6d7466 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -42,7 +42,7 @@ class Jenkins < Formula
/usr/bin/java
-jar
- #{HOMEBREW_PREFIX}/libexec/jenkins.war
+ #{libexec}/jenkins.war
--httpListenAddress=127.0.0.1
RunAtLoad
--
cgit v1.2.3