[Pkg-xen-changes] [xen] 27/37: tools-xenpmd-prefix.diff

Ian James Campbell ijc at moszumanska.debian.org
Sat Aug 22 09:13:44 UTC 2015


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

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

commit 024157ecc0d17b74cd52ca9e03755cecef1f6d25
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 2d925df..d7c0b6c 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