Fix path for symlinks.
Reviewed by: ngie
This commit is contained in:
parent
3e9b602907
commit
950e4fbd37
@ -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…
x
Reference in New Issue
Block a user