summaryrefslogtreecommitdiff
path: root/math/kcalc
diff options
context:
space:
mode:
Diffstat (limited to 'math/kcalc')
-rw-r--r--math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp b/math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp
index 3d0e3cd8c08b..76174cb1ed0d 100644
--- a/math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp
+++ b/math/kcalc/files/patch-kdelirc_irkick-klircclient.cpp
@@ -5,7 +5,7 @@
sockaddr_un addr;
addr.sun_family = AF_UNIX;
- strcpy(addr.sun_path, "/dev/lircd");
-+ strcpy(addr.sun_path, "/var/lirc/lircd");
++ strcpy(addr.sun_path, "/var/run/lirc/lircd");
if(::connect(sock, (struct sockaddr *)(&addr), sizeof(addr)) == -1)
{ ::close(sock);
- // in case of mandrake...