diff options
Diffstat (limited to '')
-rw-r--r-- | chinese/cle_base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/cle_base/Makefile b/chinese/cle_base/Makefile index 6a15a15164ef..862ad1ceecb8 100644 --- a/chinese/cle_base/Makefile +++ b/chinese/cle_base/Makefile @@ -86,7 +86,7 @@ REMOVE_FILES= /bin/df /bin/su /etc/exports /etc/group \ /etc/services /etc/protocols .if ${OSVERSION} >= 500113 -BROKEN= "Does not install (attempts to overwrite something in /proc)" +BROKEN= "Does not install (attempts to overwrite something in /proc)" .endif .if ${OSVERSION} <= 320001 |