daemon: Fix path of python sbin programs.

This commit is contained in:
tgoff0 2015-05-22 00:56:02 +00:00
parent 8562b2bfdc
commit aedd808f1a

View file

@ -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