summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-01-30 15:34:06 +0000
committerache <ache@FreeBSD.org>1995-01-30 15:34:06 +0000
commitb326f90c973cfeef4c85ac54ed28e71ecb11ed94 (patch)
treeb165a4815755fa185536f2825ded401f2e3a95d6 /usr.bin/mklocale
parentd4a8c7af3add3662b33cd82ebd2051f7d3bf7022 (diff)
downloadFreeBSD-src-b326f90c973cfeef4c85ac54ed28e71ecb11ed94.zip
FreeBSD-src-b326f90c973cfeef4c85ac54ed28e71ecb11ed94.tar.gz
Fix owner/mode for installed data
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r--usr.bin/mklocale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile
index 224a715..31b9e7e 100644
--- a/usr.bin/mklocale/Makefile
+++ b/usr.bin/mklocale/Makefile
@@ -11,8 +11,8 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale
afterinstall:
for locale in ${LOCALES}; do \
mklocale -o ${LOCALEDIR}/$$locale/LC_CTYPE ${.CURDIR}/data/$$locale; \
- chown ${BINOWN}.${BINGRP} ${LOCALEDIR}/$$locale; \
- chmod ${BINMODE} ${LOCALEDIR}/$$locale; \
+ chown ${BINOWN}.${BINGRP} ${LOCALEDIR}/$$locale/LC_CTYPE; \
+ chmod 644 ${LOCALEDIR}/$$locale/LC_CTYPE; \
done
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud