2013-09-26 17:14:40 +02:00

13 lines
382 B
Plaintext

$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