diff options
author | sjg <sjg@FreeBSD.org> | 2013-01-23 00:49:05 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-01-23 00:49:05 +0000 |
commit | ce5707f03fb9974bd2bb10894cb8d3351714f87d (patch) | |
tree | 6c8ff37b0d149db49a4081a0b455d29f71727b22 /share/msgdef | |
parent | 56e99a31b8944f54d63e48921eb9faece9fe57fc (diff) | |
download | FreeBSD-src-ce5707f03fb9974bd2bb10894cb8d3351714f87d.zip FreeBSD-src-ce5707f03fb9974bd2bb10894cb8d3351714f87d.tar.gz |
Include the target filename in SYMLINKS to avoid any confusion about
what is dirname and filename.
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 069498f..5022756 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 |