We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b435ca commit 7ea3313Copy full SHA for 7ea3313
Formula/websharks-phing.rb
@@ -14,7 +14,6 @@ class WebsharksPhing < Formula
14
depends_on WebsharksPhpPharBuildingRequirement
15
16
def install
17
- mv "phing-latest.phar", "phing-#{version}.phar"
18
libexec.install "phing-#{version}.phar"
19
sh = libexec + "phing"
20
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