diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-01-23 00:49:05 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-01-23 00:49:05 +0000 |
| commit | 63478911d0911299395cd58b6eccd4cdd094f12a (patch) | |
| tree | 6c8ff37b0d149db49a4081a0b455d29f71727b22 /share/msgdef | |
| parent | 0dfb7ef6ae79ca50ce3bc51b5c4c69aa9e9d5c99 (diff) | |
Notes
Diffstat (limited to 'share/msgdef')
| -rw-r--r-- | share/msgdef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 069498f84ba6..5022756b846a 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -129,7 +129,7 @@ SYMLINKS= .for enc2 in ${ENCODINGS} .for lang_terr in ${${enc1}_${enc2}} SYMLINKS+= ../${lang_terr:C/:.*$//}.${enc1}/${FILESNAME} \ - ${LOCALEDIR}/${lang_terr:C/^.*://}.${enc2} + ${LOCALEDIR}/${lang_terr:C/^.*://}.${enc2}/${FILESNAME} .endfor .endfor .endfor |
