[glade/glade-3-14] Added python3 check
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/glade-3-14] Added python3 check
- Date: Mon, 3 Dec 2012 23:08:34 +0000 (UTC)
commit cea0e12ae1724bfd5c0cbdac9a47e2f2b7307dd8
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Mon Dec 3 16:25:42 2012 -0300
Added python3 check
build/mingw-w64/nsis_make_installer.sh | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/build/mingw-w64/nsis_make_installer.sh b/build/mingw-w64/nsis_make_installer.sh
index 41536ba..d0e4fd2 100644
--- a/build/mingw-w64/nsis_make_installer.sh
+++ b/build/mingw-w64/nsis_make_installer.sh
@@ -81,6 +81,11 @@ if test ! -e /usr/bin/7z; then
sudo apt-get install p7zip-full
fi
+# Install python3 if nescesary
+if test ! -e /usr/bin/python3; then
+sudo apt-get install python3
+fi
+
echo cd $WORK
cd $WORK
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]