add missing build dep of install-completions
Since it runs git-annex to generate the completions files.
This commit is contained in:
parent
206f9ad7c0
commit
b532d69498
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -74,7 +74,7 @@ install-bins: build
|
|||
install-desktop: build Build/InstallDesktopFile
|
||||
./Build/InstallDesktopFile $(PREFIX)/bin/git-annex || true
|
||||
|
||||
install-completions:
|
||||
install-completions: build
|
||||
install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/bash-completion/completions
|
||||
install -m 0644 bash-completion.bash $(DESTDIR)$(PREFIX)/$(SHAREDIR)/bash-completion/completions/git-annex
|
||||
install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/zsh/vendor-completions
|
||||
|
|
|
@ -15,3 +15,5 @@ https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/
|
|||
reference downstream bug: https://bugs.archlinux.org/task/62775
|
||||
|
||||
(This is building the binary via runhaskell Setup configure/build instead of using the Makefile -- I don't know exactly why, but I suspect it was originally packaged that way due to needing custom options for Arch's ghc.)
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
Loading…
Reference in a new issue