mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
The old rule could only substitute one part of one line, but we need to add a second line to handle when PYTHONDIR and PYTHONARCHDIR do not match. This also avoids shelling out to sed with a regex, which was difficult to read. Andrew Bartlett