summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches/patch-aa
blob: 7162b6c2521cd6891fa6bac9cd13755d87772521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.4 2004/02/04 13:58:39 markd Exp $

--- kdoctools/move_kio_help_cache.sh.orig	2003-12-09 10:16:53.000000000 +1300
+++ kdoctools/move_kio_help_cache.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-bas=`kde-config --localprefix`share/apps/kio_help
+bas=`kde-config --localprefix`share/kde/apps/kio_help
 mv "$bas/cache" "`kde-config --path cache`kio_help"
 rmdir "$bas"
 exit 0