Skip to content

Commit 7ea3313

Browse files
author
jaswsinc
committed
Bug fix. No longer necessary to move the PHAR file in the Phing installer.
1 parent 0b435ca commit 7ea3313

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Formula/websharks-phing.rb

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class WebsharksPhing < Formula
1414
depends_on WebsharksPhpPharBuildingRequirement
1515

1616
def install
17-
mv "phing-latest.phar", "phing-#{version}.phar"
1817
libexec.install "phing-#{version}.phar"
1918
sh = libexec + "phing"
2019
sh.write("#!/usr/bin/env bash\n\n/usr/bin/env php -d allow_url_fopen=On -d detect_unicode=Off -d date.timezone=UTC #{libexec}/phing-#{version}.phar \"$@\"")

0 commit comments

Comments
 (0)