[Pkg-xen-changes] [xen] 17/70: tools-xenpmd-prefix.diff

Ian James Campbell ijc at moszumanska.debian.org
Thu Dec 17 14:44:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

ijc pushed a commit to branch feature/bug805508
in repository xen.

commit c65997f8aa3cc4b612f87881da71982ea6e10806
Author: Bastian Blank <waldi at debian.org>
Date:   Sat Dec 13 19:37:02 2014 +0100

    tools-xenpmd-prefix.diff
    
    Patch-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 55e8fc5..470e963 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:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xen/xen.git



More information about the Pkg-xen-changes mailing list