Files
giovannibajo a16a4ad54a Remove Configure step for simmetry with other platforms.
git-svn-id: http://svn.pyinstaller.org/trunk@659 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-05-04 10:57:08 +00:00

5 lines
109 B
Bash
Executable File

#!/bin/bash
echo "USAGE $0 some-python-version"
cd source/linux && $1 Make.py && make clean && make && cd -