mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix the ditto command in make xcode-install
This commit is contained in:
parent
a71bb03f23
commit
36c2ecb64f
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ install: all install-force | check-legacy-binaries
|
||||||
xcode-install:
|
xcode-install:
|
||||||
rm -Rf /tmp/fish_build
|
rm -Rf /tmp/fish_build
|
||||||
xcrun xcodebuild install DSTROOT=/tmp/fish_build
|
xcrun xcodebuild install DSTROOT=/tmp/fish_build
|
||||||
ditto /tmp/fish_build
|
ditto /tmp/fish_build /
|
||||||
.PHONY: xcode-install
|
.PHONY: xcode-install
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue