blob: 106e2395e73801fd7ea26831c8b1607f21d7dd75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- dcpomatic-2.8.0/wscript
+++ dcpomatic-2.8.0/wscript
@@ -503,8 +503,7 @@
sys.exit(-1)
def post(ctx):
- if ctx.cmd == 'install':
- ctx.exec_command('/sbin/ldconfig')
+ pass
def pot(bld):
bld.recurse('src')
|