summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorjoey <joey>1999-10-25 21:25:11 +0000
committerjoey <joey>1999-10-25 21:25:11 +0000
commit52fffed568e30c7991de81de55cde095807519ba (patch)
treea376dacedb4bd6746e97f1e33e30a6ce1aa0c322 /autoscripts
parent85ad35770e541b848bf2954424879318da797b84 (diff)
r295: * Corrected a path name in dh_installxfonts. Closes: #48315
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postrm-xfonts2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postrm-xfonts b/autoscripts/postrm-xfonts
index 53e2b6db..c8d1f767 100644
--- a/autoscripts/postrm-xfonts
+++ b/autoscripts/postrm-xfonts
@@ -7,7 +7,7 @@ for currentdir in $fontdirs; do
for file in fonts.dir fonts.alias; do
rm -f $file
done
- if [ $(find $currentdir| wc -l) -eq 1 ]; then
+ if [ $(find $longdir| wc -l) -eq 1 ]; then
rmdir -p $longdir
else
for currentcmd in $updatecmds; do