diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-27 17:25:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-27 17:25:00 -0400 |
commit | 65d0f5989b1a72f2279da8b004df5de5a6617bed (patch) | |
tree | 2e0d4d6db6013115046440f1ced071795d8c8227 /Makefile | |
parent | e6b0d7f9de5834cdfa58116fce7fb0a51d18b1d7 (diff) |
install fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ install-docs: docs install-mans install: build install-docs install -d $(DESTDIR)$(PREFIX)/bin - install $(bins) $(DESTDIR)$(PREFIX)/bin + install git-annex $(DESTDIR)$(PREFIX)/bin ln -sf git-annex $(DESTDIR)$(PREFIX)/bin/git-annex-shell runghc Build/InstallDesktopFile.hs $(PREFIX)/bin/git-annex || true |