From 7a08220ee9d9896f0a777809c0b2ddabac12361b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 13 Dec 2012 15:48:32 -0400 Subject: [PATCH] typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3ccbd5482..90d44af544 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,7 @@ osxapp: done (cd "$(shell git --exec-path)" && tar c .) | (cd "$(OSXAPP_BASE)" && tar x) - install -d "$(LINUXSTANDALONE_DEST)/templates" + install -d "$(OSXAPP_BASE)/templates" runghc Build/OSXMkLibs.hs $(OSXAPP_BASE) rm -f tmp/git-annex.dmg