pkgsrc/net/kopete/patches/patch-protocols_winpopup_winpopup-install

14 lines
474 B
Text
Raw Normal View History

$NetBSD: patch-protocols_winpopup_winpopup-install,v 1.1 2013/11/07 13:03:07 markd Exp $
2009-10-19 01:53:37 +02:00
--- protocols/winpopup/winpopup-install.orig 2009-10-18 22:56:13.000000000 +0000
+++ protocols/winpopup/winpopup-install
2009-10-19 01:53:37 +02:00
@@ -11,7 +11,7 @@ else
fi
# Check if winpopup-send exist
-if [ "$WPSEND" == "" ] || [ ! -f "$WPSEND" ]; then
+if [ "$WPSEND" = "" ] || [ ! -f "$WPSEND" ]; then
echo "Cant find script winpopup-send"
echo "Run: $0 <script winpopup-send with path>"
exit 1