Browse Source

fixed a typo in xjdic - which never could have been build!

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1389 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
5113e8292a
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/blindcoder/xjdic23/xjdic23.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -7,6 +7,7 @@
- Dimitar Zhekov: linux config style fixes, pkgsel rules in submenu, fixed
xfree86 to not install config .bak files, zgv clarification,
fixed some pkgcheck mis-use
- fixed a typo in xjdic - which never could have been build!
*) 2003-09-12 (2.0.0-rc1 - 2.0.0-rc2)

+ 1
- 1
package/blindcoder/xjdic23/xjdic23.conf

@ -22,7 +22,7 @@
xjdic_main() {
for x in edict kanjidic; do
bunzip -c $archdir/$(echo $desc_D | cut -d' ' -f2 | grep $x) \
bunzip2 -c $archdir/$(echo $desc_D | cut -d' ' -f2 | grep $x) \
> $x
done
make all

Loading…
Cancel
Save