add missing build dep of install-completions

Since it runs git-annex to generate the completions files.
This commit is contained in:
Joey Hess 2019-08-16 11:42:00 -04:00
parent 206f9ad7c0
commit b532d69498
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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]]