Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-06-14 19:29:43 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-06-14 19:29:43 +0300
commit7f28de855961dbd2fab530ae5270bdffb40d2101 (patch)
treee45fc579b36b0cd151c2592c5ce82871eb6f330f /packaging
parent3307394dbaf40763ae9470dba2ea410f65d90bb0 (diff)
[packaging] Fix prerequisite in Windows script
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/Windows/defs/gtksharp1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/Windows/defs/gtksharp b/packaging/Windows/defs/gtksharp
index 7ede37142de..8633d74547d 100755
--- a/packaging/Windows/defs/gtksharp
+++ b/packaging/Windows/defs/gtksharp
@@ -67,6 +67,7 @@ install()
prerequisites()
{
+ which wget 2>/dev/null || error "*** wget is not in \$PATH ***"
}
$@