mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 02:23:36 +08:00
Fix the ditto command in make xcode-install
This commit is contained in:
parent
a71bb03f23
commit
36c2ecb64f
@ -645,7 +645,7 @@ install: all install-force | check-legacy-binaries
|
||||
xcode-install:
|
||||
rm -Rf /tmp/fish_build
|
||||
xcrun xcodebuild install DSTROOT=/tmp/fish_build
|
||||
ditto /tmp/fish_build
|
||||
ditto /tmp/fish_build /
|
||||
.PHONY: xcode-install
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user