summaryrefslogtreecommitdiff
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
parente6b0d7f9de5834cdfa58116fce7fb0a51d18b1d7 (diff)
install fix
-rw-r--r--Makefile2
-rw-r--r--debian/changelog1
2 files changed, 2 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
diff --git a/debian/changelog b/debian/changelog
index fa36003af..997b9c47b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ git-annex (4.20130227) unstable; urgency=low
each time they are mounted.
* Direct mode: Fix support for adding a modified file.
* Avoid passing -p to rsync, to interoperate with crippled filesystems.
+ Closes: #700282
* Additional GIT_DIR support bugfixes. May actually work now.
* webapp: Display any error message from git init if it fails to create
a repository.