From 1bed967edb8a4bc4ac5bc2fd700bf5bb34f46db5 Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Wed, 21 Jan 2015 07:04:00 -0500 Subject: jenkins: Fix --HEAD build Without this change, the build fails with `Error: File exists - /usr/local/Cellar/jenkins/HEAD/libexec` Signed-off-by: Jack Nagel --- Library/Formula/jenkins.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index 5da3b0f0e..d0cc94ef9 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -13,7 +13,7 @@ class Jenkins < Formula def install if build.head? system "mvn clean install -pl war -am -DskipTests" - libexec.install "war/target/jenkins.war", "." + libexec.install "war/target/jenkins.war" else libexec.install "jenkins.war" end -- cgit v1.2.3