From d8d4e706d45df54b9b4d215661ce0a9c5f2b66e3 Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 6 Aug 2018 20:17:11 +0100 Subject: [PATCH] Fix gocode rm in debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 344c623..54fb54e 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,6 @@ export DH_GOLANG_INSTALL_ALL = 1 dh $@ --buildsystem=golang --with=golang override_dh_install: - rm -fr $(CURDIR)/debian/tmp/usr/share/gocode + rm -fr $(CURDIR)/debian/tabacco/usr/share/gocode dh_install -- GitLab