From 7fa1efd0d75afcca835366779d593b282005bc5c Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 1 Nov 2017 13:39:16 -0400 Subject: Fix paths for tests Signed-off-by: Matthew Heon --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a70bdd959..39e0a8cda 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ endif touch "$(GOPATH)/.gopathok" .bindir: - mkdir -p bin/ + mkdir -p "$(GOPKGDIR)/bin/" lint: .gopathok @echo "checking lint" @@ -157,10 +157,7 @@ install.completions: install ${SELINUXOPT} -m 644 -D completions/bash/kpod ${BASHINSTALLDIR} uninstall: - rm -f $(BINDIR)/crio - rm -f $(BINDIR)/crioctl rm -f $(LIBEXECDIR)/crio/conmon - rm -f $(LIBEXECDIR)/crio/pause for i in $(filter %.1,$(MANPAGES)); do \ rm -f $(MANDIR)/man8/$$(basename $${i}); \ done -- cgit v1.2.3-54-g00ecf