install fix
This commit is contained in:
parent
1615f21c9a
commit
497f81db79
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ install-docs: docs install-mans
|
||||||
|
|
||||||
install: build install-docs
|
install: build install-docs
|
||||||
install -d $(DESTDIR)$(PREFIX)/bin
|
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
|
ln -sf git-annex $(DESTDIR)$(PREFIX)/bin/git-annex-shell
|
||||||
runghc Build/InstallDesktopFile.hs $(PREFIX)/bin/git-annex || true
|
runghc Build/InstallDesktopFile.hs $(PREFIX)/bin/git-annex || true
|
||||||
|
|
||||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -14,6 +14,7 @@ git-annex (4.20130227) unstable; urgency=low
|
||||||
each time they are mounted.
|
each time they are mounted.
|
||||||
* Direct mode: Fix support for adding a modified file.
|
* Direct mode: Fix support for adding a modified file.
|
||||||
* Avoid passing -p to rsync, to interoperate with crippled filesystems.
|
* Avoid passing -p to rsync, to interoperate with crippled filesystems.
|
||||||
|
Closes: #700282
|
||||||
* Additional GIT_DIR support bugfixes. May actually work now.
|
* Additional GIT_DIR support bugfixes. May actually work now.
|
||||||
* webapp: Display any error message from git init if it fails to create
|
* webapp: Display any error message from git init if it fails to create
|
||||||
a repository.
|
a repository.
|
||||||
|
|
Loading…
Add table
Reference in a new issue