projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c2ecc2
)
tools-xenpmd-prefix.diff
author
Bastian Blank
<waldi@debian.org>
Sat, 13 Dec 2014 18:37:02 +0000
(19:37 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 22 Jun 2018 15:38:39 +0000
(16:38 +0100)
Patch-Name: tools-xenpmd-prefix.diff
Gbp-Pq: Name tools-xenpmd-prefix.diff
tools/xenpmd/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenpmd/Makefile
b/tools/xenpmd/Makefile
index 55e8fc5f0f5a74341c1444b27b5186eac12d6aee..470e963ee34d716b3d26574786e60ffb77efacf3 100644
(file)
--- 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: