From kde-commits Fri Jun 17 16:40:44 2011 From: Bernhard Rosenkraenzer Date: Fri, 17 Jun 2011 16:40:44 +0000 To: kde-commits Subject: =?utf-8?q?=5Bministro/build=5Fndk-fixes=5D_Necessitas=5FSDK=3A_M?= Message-Id: <20110617164044.258A6A60A4 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=130832890231905 Git commit 06cde66384b66ffc7778e948432d152b3d868b93 by Bernhard Rosenkraenzer. Committed on 17/06/2011 at 20:38. Pushed by bero into branch 'build_ndk-fixes'. Make the expected location of python-${BUILD}.7z match the one in which build-python.sh creates it Make the script executable M +1 -1 Necessitas_SDK/build_ndk.sh http://commits.kde.org/ministro/06cde66384b66ffc7778e948432d152b3d868b93 diff --git a/Necessitas_SDK/build_ndk.sh b/Necessitas_SDK/build_ndk.sh old mode 100644 new mode 100755 index 17ba4b6..3130ead --- a/Necessitas_SDK/build_ndk.sh +++ b/Necessitas_SDK/build_ndk.sh @@ -78,7 +78,7 @@ function makeInstallPython ./build-python.sh PYTHONVER=$PWD/install-python-$BUILD # If successful, the build is packaged into /usr/ndk-build/python-mingw.7z - cp ../python-${BUILD}.7z $REPO_SRC_PATH/ + cp ../../python-${BUILD}.7z $REPO_SRC_PATH/ cd .. fi }