diff options
author | keith <keith@FreeBSD.org> | 2000-11-06 12:12:52 +0000 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2000-11-06 12:12:52 +0000 |
commit | 008d6e9c96c41f4fcce6da775c55e947636b5254 (patch) | |
tree | 4287cb6ba5d2d7662f1074d1f356d72bb2f522e2 /chinese/cle_base/files | |
parent | 9e436c35ea26974254282a05a89ec6f51dc6d9ed (diff) | |
download | FreeBSD-ports-008d6e9c96c41f4fcce6da775c55e947636b5254.zip FreeBSD-ports-008d6e9c96c41f4fcce6da775c55e947636b5254.tar.gz |
Change stamp file from CLE-0.9-PRE2 to CLE-0.9p1
Diffstat (limited to 'chinese/cle_base/files')
-rw-r--r-- | chinese/cle_base/files/INSTALL.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/cle_base/files/INSTALL.in b/chinese/cle_base/files/INSTALL.in index 1f38796..61d1683 100644 --- a/chinese/cle_base/files/INSTALL.in +++ b/chinese/cle_base/files/INSTALL.in @@ -25,7 +25,7 @@ if [ ! -f @PREFIX@/usr/share/locale/zh_TW.Big5/LC_CTYPE ] && \ fi if [ -f @PREFIX@/usr/share/locale/zh_TW.Big5/LC_CTYPE ] && \ - [ ! -f @PREFIX@/CLE-0.9-PRE2 ]; then + [ ! -f @PREFIX@/CLE-0.9p1 ]; then echo -------------------------------------------------------------------- echo You have previous release of zh-linux_base or zh-CLE_base installed! echo Please remove it before install this version. |