[gnumeric] win32 build: cd into right directory.
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] win32 build: cd into right directory.
- Date: Mon, 12 Oct 2009 00:46:10 +0000 (UTC)
commit e601cb800d7c304b7c2a493b2de940206d1e45fb
Author: Morten Welinder <terra gnome org>
Date: Sun Oct 11 20:45:35 2009 -0400
win32 build: cd into right directory.
tools/win32/build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/win32/build b/tools/win32/build
index b9d5a0d..779d1d1 100755
--- a/tools/win32/build
+++ b/tools/win32/build
@@ -41,7 +41,7 @@ build_ls_s() {
if [ ! -f "$py_pkg" ]; then
echo wget "http://www.python.org/ftp/python/${py_pkg_ver}/python-${py_pkg_ver}.msi"
- ( cd archive ; wget "http://www.python.org/ftp/python/${py_pkg_ver}/python-${py_pkg_ver}.msi" )
+ ( cd ${archive_dir} && wget "http://www.python.org/ftp/python/${py_pkg_ver}/python-${py_pkg_ver}.msi" )
fi
if [ ! -d "${WINEDIR}/Python${py_ver}" ]; then
echo wine msiexec /i ${py_pkg}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]