summaryrefslogtreecommitdiffstats
path: root/scripts/findmissingcrystal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/findmissingcrystal')
-rwxr-xr-xscripts/findmissingcrystal2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/findmissingcrystal b/scripts/findmissingcrystal
index 258119c3..25fc0dad 100755
--- a/scripts/findmissingcrystal
+++ b/scripts/findmissingcrystal
@@ -13,7 +13,7 @@ for icon in `find $1 -name cr*.png` ; do
res=`echo $fullname | cut -d- -f1`
type=`echo $fullname | cut -d- -f2`
name=`echo $fullname | cut -d- -f3`
- dir="kdeartwork/IconThemes/kdeclassic/${res}x${res}/${type}s/"
+ dir="tdeartwork/IconThemes/kdeclassic/${res}x${res}/${type}s/"
if [ -d "$dir" ]; then
classic=`find "${dir}" -name "$name"`
if [ -s "$classic" ]; then