summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bouyer <stubear@gentoo.org>2002-11-07 16:21:51 +0000
committerStuart Bouyer <stubear@gentoo.org>2002-11-07 16:21:51 +0000
commitf4b1c2cf197fedc627aa90bc550cd2b3cf7a7cca (patch)
tree47dd16353e414f72323c454b75b823a9e378aa28 /app-text/stardict
parentadded initial build, only set as ppc for now (diff)
downloadgentoo-2-f4b1c2cf197fedc627aa90bc550cd2b3cf7a7cca.tar.gz
gentoo-2-f4b1c2cf197fedc627aa90bc550cd2b3cf7a7cca.tar.bz2
gentoo-2-f4b1c2cf197fedc627aa90bc550cd2b3cf7a7cca.zip
fixed a typo in the config script
Diffstat (limited to 'app-text/stardict')
-rw-r--r--app-text/stardict/files/stardict-config.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/stardict/files/stardict-config.sh b/app-text/stardict/files/stardict-config.sh
index 51bf8ee7f369..6fe07a16c665 100644
--- a/app-text/stardict/files/stardict-config.sh
+++ b/app-text/stardict/files/stardict-config.sh
@@ -1,9 +1,9 @@
#!/bin/bash
Big5 () {
- cat /usr/X11R6/share/stardict/hzfont/fonts.dir | \
+ cat /usr/share/stardict/hzfont/fonts.dir | \
sed "s/hz16.pcf/hz16ft.pcf/" > /tmp/fonts.dir
- cp /tmp/fonts.dir /usr/X11R6/share/stardict/hzfont/fonts.dir
+ cp /tmp/fonts.dir /usr/share/stardict/hzfont/fonts.dir
xset fp rehash
}