diff options
Diffstat (limited to 'korean/pgp.language')
-rw-r--r-- | korean/pgp.language/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/pgp.language/Makefile b/korean/pgp.language/Makefile index 57e968e0ccee..8e8d7b16c175 100644 --- a/korean/pgp.language/Makefile +++ b/korean/pgp.language/Makefile @@ -35,7 +35,7 @@ OBJS= language.txt ${PGP_LANG}.hlp README.${PGP_LANG} \ do-install: -[ -d ${PGPLIB} ] || { \ ${MKDIR} ${PGPLIB} ; \ - ${CHOWN} bin.bin ${PGPLIB} ; \ + ${CHOWN} bin:bin ${PGPLIB} ; \ ${CHMOD} 555 ${PGPLIB} ; } -[ -f ${PGPLIB}/language.txt ] && \ ${MV} ${PGPLIB}/language.txt ${PGPLIB}/language.txt.bak |