blob: f53ff9e7df593f58a658b5c8f76f38aaf71c63b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Index: slv2-0.6.2/autowaf.py
===================================================================
--- slv2-0.6.2.orig/autowaf.py
+++ slv2-0.6.2/autowaf.py
@@ -324,8 +324,5 @@ def build_dox(bld, name, version, srcdir
out1.command_is_external = True
def shutdown():
- # This isn't really correct (for packaging), but people asking is annoying
- if Options.commands['install']:
- try: os.popen("/sbin/ldconfig")
- except: pass
+ return
|