[packaging] Fix prerequisite in Windows script
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 14 Jun 2017 16:29:43 +0000 (18:29 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 14 Jun 2017 16:29:43 +0000 (18:29 +0200)
packaging/Windows/defs/gtksharp

index 7ede37142de829f6c524b10bf7a96b0c356e6de0..8633d74547deb4a3bc60155a055db9fb1b196fac 100755 (executable)
@@ -67,6 +67,7 @@ install()
 
 prerequisites()
 {
+       which wget              2>/dev/null || error "*** wget is not in \$PATH ***"
 }
 
 $@