diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-13 15:48:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-13 15:48:32 -0400 |
commit | e702d4d3eb24edddbb631b7024ec2632b2c8eb8d (patch) | |
tree | 763138ad6862608769e667434ba6bacde3ff8757 /Makefile | |
parent | 7c0749bc0abd7bfb58a9fda16910b4cdd4bc693c (diff) |
typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |