From 36c2ecb64fa20c99e4c71d9211923ea54fd0704d Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Tue, 23 May 2017 16:57:17 -0700 Subject: [PATCH] Fix the ditto command in make xcode-install --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7f53b7f0a..80cd58aa4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 #