summaryrefslogtreecommitdiffstats
path: root/share/locale-links
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-11-16 04:02:24 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-11-16 04:02:24 +0000
commitae5342f365279397b7453718634ce3872ce117f3 (patch)
tree51a00aba79ad05dfb4ac083f7ca6f29da76dce63 /share/locale-links
parent8857f1af716c695af93d4e6a069eba38ea9a1e51 (diff)
downloadFreeBSD-src-ae5342f365279397b7453718634ce3872ce117f3.zip
FreeBSD-src-ae5342f365279397b7453718634ce3872ce117f3.tar.gz
Fix path for symlinks.
Reviewed by: ngie
Diffstat (limited to 'share/locale-links')
-rw-r--r--share/locale-links/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/locale-links/Makefile b/share/locale-links/Makefile
index 1e09d21..20080eb 100644
--- a/share/locale-links/Makefile
+++ b/share/locale-links/Makefile
@@ -15,7 +15,7 @@ ALIASES= zh_Hans_CN.GB18030 zh_CN.GB18030 \
.for from to in ${ALIASES}
.for f in ${LC_FILES}
-SYMLINKS+= ${from}/${f} ${LOCALEDIR}/${to}/${f}
+SYMLINKS+= ../${from}/${f} ${LOCALEDIR}/${to}/${f}
.endfor
.endfor
OpenPOWER on IntegriCloud