From eca9c0cace0725f439fe017756ff0c7c863947f6 Mon Sep 17 00:00:00 2001 From: "tgoff0@gmail.com" Date: Fri, 22 May 2015 00:56:02 +0000 Subject: [PATCH] daemon: Fix path of python sbin programs. --- trunk/daemon/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/daemon/Makefile.am b/trunk/daemon/Makefile.am index a623aaa1..f0b6c993 100644 --- a/trunk/daemon/Makefile.am +++ b/trunk/daemon/Makefile.am @@ -7,7 +7,7 @@ # Makefile for building netns components. # -PYSBINDIR = ${PYTHON_PREFIX}/sbin +PYSBINDIR = ${DESTDIR}/${pyprefix}/sbin if WANT_NETNS SUBDIRS = src ns3