mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-30 12:04:07 +00:00
Fix path for symlinks.
Reviewed by: ngie
This commit is contained in:
parent
3e9b602907
commit
950e4fbd37
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290906
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user