pkgsrc/net/kopete/patches/patch-protocols_winpopup_winpopup-install
markd ed9cdc8090 Update to KDE SC 4.11.3
bugfixes, many new features, improved stability and performance.
2013-11-07 13:03:07 +00:00

13 lines
474 B
Text

$NetBSD: patch-protocols_winpopup_winpopup-install,v 1.1 2013/11/07 13:03:07 markd Exp $
--- protocols/winpopup/winpopup-install.orig 2009-10-18 22:56:13.000000000 +0000
+++ protocols/winpopup/winpopup-install
@@ -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