From a73abc0403b8267eeb15f9d5f394109495d1b667 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 23 Jun 2011 20:43:16 +1000 Subject: build: Add a script to install python and Samba with one command This should help folks on systems that don't have a recent python provided by the OS. Python is installed into the same prefix as Samba, not in the default path. Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Thu Jun 23 14:56:54 CEST 2011 on sn-devel-104 --- install_with_python.sh | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 install_with_python.sh (limited to 'install_with_python.sh') diff --git a/install_with_python.sh b/install_with_python.sh new file mode 100644 index 00000000000..d7ae55da123 --- /dev/null +++ b/install_with_python.sh @@ -0,0 +1,41 @@ +#!/bin/sh + +# this script installs a private copy of python in the same prefix as Samba + +if [ $# -lt 1 ]; then +cat <