diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-19 21:54:40 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-19 21:54:40 +1000 |
commit | 456351cdb184f59374cecec8d7c44add29b986dd (patch) | |
tree | cea800f713c73ba84daab40d04fdfafaca276390 /source4/wscript_build | |
parent | d25e1e15d387d24fe045fbb162de57963c7b15a6 (diff) | |
download | samba-456351cdb184f59374cecec8d7c44add29b986dd.tar.gz |
s4-waf: follow the configure directories for the empty install dirs
Thanks to Metze for spotting this
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index 788fdba2a5b..ff83f93e785 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") |