summaryrefslogtreecommitdiff
path: root/net/kdenetwork4/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/kdenetwork4/patches/patch-ae')
-rw-r--r--net/kdenetwork4/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/kdenetwork4/patches/patch-ae b/net/kdenetwork4/patches/patch-ae
new file mode 100644
index 00000000000..fc92fe2e728
--- /dev/null
+++ b/net/kdenetwork4/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2009/10/18 23:53:37 wiz Exp $
+
+--- kopete/protocols/winpopup/winpopup-install.orig 2009-10-18 22:56:13.000000000 +0000
++++ kopete/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