1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-12 04:59:09 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
4cb423f527 s4-python: python is not always in /usr/bin
Using "#!/usr/bin/env python" is more portable. It still isn't ideal
though, as we should really use the python path found at configure
time. We do that in many places already, but some don't.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-06-24 18:46:57 +10:00
5f3fcf7a77 s4-python: Install external included packages only if they're not present on the system. 2010-03-31 03:56:24 +02:00
e4af3afd7a samba_external: Simplify script to find missing external packages; include subunit and testtools as well. 2010-03-31 03:15:24 +02:00
25a0750b81 s4-python: only install external python libs that are missing 2010-03-05 11:54:37 +11:00