daemon: Fix path of python sbin programs.
This commit is contained in:
parent
8562b2bfdc
commit
aedd808f1a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
# Makefile for building netns components.
|
# Makefile for building netns components.
|
||||||
#
|
#
|
||||||
|
|
||||||
PYSBINDIR = ${PYTHON_PREFIX}/sbin
|
PYSBINDIR = ${DESTDIR}/${pyprefix}/sbin
|
||||||
|
|
||||||
if WANT_NETNS
|
if WANT_NETNS
|
||||||
SUBDIRS = src ns3
|
SUBDIRS = src ns3
|
||||||
|
|
Loading…
Reference in a new issue