summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-27 17:25:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-27 17:25:00 -0400
commit65d0f5989b1a72f2279da8b004df5de5a6617bed (patch)
tree2e0d4d6db6013115046440f1ced071795d8c8227 /Makefile
parente6b0d7f9de5834cdfa58116fce7fb0a51d18b1d7 (diff)
install fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c639ba38..c01f7b37b 100644
--- a/Makefile
+++ b/Makefile
@@ -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