Use sys.prefix instead of sys.exec_prefix for python sbin programs.
This commit is contained in:
parent
1ed1775228
commit
2f3ec89ef4
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
# Makefile for building netns components.
|
||||
#
|
||||
|
||||
PYSBINDIR = ${PYTHON_EXEC_PREFIX}/sbin
|
||||
PYSBINDIR = ${PYTHON_PREFIX}/sbin
|
||||
|
||||
if WANT_NETNS
|
||||
SUBDIRS = src ns3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue