ports/x11/py-wxPython/patches/patch-build_py

13 lines
345 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: build.py
--- build.py.orig
+++ build.py
@@ -975,7 +975,7 @@ def _doDox(arg):
os.environ['DOXYGEN'] = doxCmd
os.environ['WX_SKIP_DOXYGEN_VERSION_CHECK'] = '1'
pwd = pushDir(posixjoin(wxDir(), 'docs/doxygen'))
- cmd = 'bash ./regen.sh %s' % arg
+ cmd = 'sh ./regen.sh %s' % arg
runcmd(cmd)