mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 07:36:12 +00:00
Remove Configure step for simmetry with other platforms.
git-svn-id: http://svn.pyinstaller.org/trunk@659 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo "USAGE $0 some-python-version"
|
||||
cd source/linux && $1 Make.py && make clean && make && cd - && $1 Configure.py
|
||||
cd source/linux && $1 Make.py && make clean && make && cd -
|
||||
|
||||
|
||||
Reference in New Issue
Block a user