From 456351cdb184f59374cecec8d7c44add29b986dd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 19 Apr 2010 21:54:40 +1000 Subject: s4-waf: follow the configure directories for the empty install dirs Thanks to Metze for spotting this --- source4/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/wscript_build') diff --git a/source4/wscript_build b/source4/wscript_build index 788fdba2a5..ff83f93e78 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -118,4 +118,4 @@ bld.RECURSE('../pidl') bld.RECURSE('../lib') # install some extra empty directories -bld.INSTALL_DIRS("${PREFIX}", "etc var/lib var/locks var/run") +bld.INSTALL_DIRS("", "${LOCKDIR} ${SYSCONFDIR} ${LOCKDIR} ${PIDDIR} ${LOCALSTATEDIR}/lib") -- cgit