From f77e40defb5166655a6d4493c53fc4ac4bbb5b4b Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sat, 13 Dec 2014 19:37:02 +0100 Subject: [PATCH] tools-xenpmd-prefix.diff Patch-Name: tools-xenpmd-prefix.diff Gbp-Pq: Name tools-xenpmd-prefix.diff --- tools/xenpmd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/xenpmd/Makefile b/tools/xenpmd/Makefile index 55e8fc5f0f..470e963ee3 100644 --- a/tools/xenpmd/Makefile +++ b/tools/xenpmd/Makefile @@ -11,8 +11,8 @@ all: xenpmd .PHONY: install install: all - $(INSTALL_DIR) $(DESTDIR)$(sbindir) - $(INSTALL_PROG) xenpmd $(DESTDIR)$(sbindir) + $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN) + $(INSTALL_PROG) xenpmd $(DESTDIR)$(LIBEXEC_BIN) .PHONY: clean clean: -- 2.30.2