diff options
author | David Robillard <d@drobilla.net> | 2010-12-17 00:03:03 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-12-17 00:03:03 +0000 |
commit | 6d05fcf8ac1fdb673c024aac9304566c29cb077a (patch) | |
tree | b3100f5eb90445db0087c8d7f4f5dc5c027d67d8 | |
parent | d8ccffb097fc538d9d6355cb1c1246990c96195f (diff) | |
download | lilv-6d05fcf8ac1fdb673c024aac9304566c29cb077a.tar.gz lilv-6d05fcf8ac1fdb673c024aac9304566c29cb077a.tar.bz2 lilv-6d05fcf8ac1fdb673c024aac9304566c29cb077a.zip |
Use autowaf.run_ldconfig.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2728 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | wscript | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -188,8 +188,7 @@ def build(bld): bld.install_as( '/etc/bash_completion.d/slv2', 'utils/slv2.bash_completion') + bld.add_post_fun(autowaf.run_ldconfig) + def test(ctx): autowaf.run_tests(ctx, APPNAME, tests.split()) - -def shutdown(self): - autowaf.shutdown() |