Updating branch refs/heads/master
to f387f9c29bfea4f723f0b173dc512ad31bc4fd7c (commit)
from 93b352aa345325e91c245d3b5db7c5a6b7f89f0f (commit)
commit f387f9c29bfea4f723f0b173dc512ad31bc4fd7c
Author: Paweł Forysiuk <[email protected]>
Date: Thu Feb 9 00:14:16 2012 +0100
makedist.midori: Warn if MINGW_PREFIX variable is not set
win32/makedist/makedist.midori | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index fed5d83..b922c51 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -23,6 +23,11 @@
# a bit of configuration
root_dir=$MINGW_PREFIX
+if [ "$MINGW_PREFIX" == "" ]; then
+ echo "Warning!. MING_PREFIX variable is empty!"
+ sleep 5s
+fi
+
# create temporary working directory
temp_dir=`mktemp -d`
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits