[neovim] 02/05: Set $DESTDIR to make install target work again
James McCoy
jamessan at debian.org
Sun Jul 2 20:40:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
jamessan pushed a commit to branch debian/experimental
in repository neovim.
commit 969414ebb95cf5b39b1d45bae7458f2cba20f28e
Author: James McCoy <jamessan at debian.org>
Date: Sun Jul 2 15:57:53 2017 -0400
Set $DESTDIR to make install target work again
Signed-off-by: James McCoy <jamessan at debian.org>
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 6adb4b0..249dc99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ override_dh_auto_build:
$(BUILD)
override_dh_auto_install:
- $(BUILD) install
+ env DESTDIR=$(CURDIR)/debian/tmp $(BUILD) install
override_dh_install:
dh_install --fail-missing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/neovim.git
More information about the pkg-vim-maintainers
mailing list