diff options
author | David Robillard <d@drobilla.net> | 2011-03-18 08:45:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-18 08:45:46 +0000 |
commit | 999206d94cdeef74d2ba8002846b22e545e7aa20 (patch) | |
tree | b060800b39c2fb26a617dbb4ac65d3055c9b4a08 /wscript | |
parent | 62a05cd2e357fde1eee04c5cbb6ee00b81aa32c2 (diff) | |
download | sord-999206d94cdeef74d2ba8002846b22e545e7aa20.tar.gz sord-999206d94cdeef74d2ba8002846b22e545e7aa20.tar.bz2 sord-999206d94cdeef74d2ba8002846b22e545e7aa20.zip |
Run ldconfig after installation.
git-svn-id: http://svn.drobilla.net/sord/trunk@64 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -120,6 +120,8 @@ def build(bld): # Documentation autowaf.build_dox(bld, 'SORD', SORD_VERSION, top, out) + bld.add_post_fun(autowaf.run_ldconfig) + def fix_docs(ctx): try: os.chdir('build/doc/html') |