summaryrefslogtreecommitdiff
blob: cfb645d0d894c51f30734e3257d9a28028175335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- libsub-1.2.4/wscript
+++ libsub-1.2.4/wscript
@@ -151,8 +151,7 @@
         sys.exit(-1)
 
 def post(ctx):
-    if ctx.cmd == 'install':
-        ctx.exec_command('/sbin/ldconfig')
+    pass
 
 def tags(bld):
     os.system('etags src/*.cc src/*.h')