From a16a4ad54a4441f2bd30f09bfbd56ccc3f45fcb9 Mon Sep 17 00:00:00 2001 From: giovannibajo Date: Mon, 4 May 2009 10:57:08 +0000 Subject: [PATCH] Remove Configure step for simmetry with other platforms. git-svn-id: http://svn.pyinstaller.org/trunk@659 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- make-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-linux.sh b/make-linux.sh index 36cfc60..4fd65b0 100755 --- a/make-linux.sh +++ b/make-linux.sh @@ -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 -