mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
382 B
Plaintext
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
|