mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
16 lines
497 B
Plaintext
16 lines
497 B
Plaintext
$NetBSD: patch-ac,v 1.8 2004/02/04 14:25:58 markd Exp $
|
|
|
|
--- libkonq/favicons/move_favicons.sh.orig 2003-11-30 22:43:25.000000000 +1300
|
|
+++ libkonq/favicons/move_favicons.sh
|
|
@@ -1,8 +1,8 @@
|
|
#!/bin/sh
|
|
|
|
prefix=$(kde-config --localprefix)
|
|
-source1="$prefix/share/icons/favicons"
|
|
-source2="$prefix/share/cache/favicons"
|
|
+source1="$prefix/share/kde/icons/favicons"
|
|
+source2="$prefix/share/kde/cache/favicons"
|
|
dest="$(kde-config --path cache)/favicons"
|
|
|
|
if [ -n "$prefix" -a -d "$source1" ]; then
|