diff options
author | sjg <sjg@FreeBSD.org> | 2015-06-11 21:09:03 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2015-06-11 21:09:03 +0000 |
commit | af658cbca36b73c2405a9727c4eda36ae6a56ed5 (patch) | |
tree | 095634b31aa71563d97decf0345d3ded3c57b270 /share/numericdef/Makefile | |
parent | 4a251e0a417662b529592774ea3b841754cb30ee (diff) | |
download | FreeBSD-src-af658cbca36b73c2405a9727c4eda36ae6a56ed5.zip FreeBSD-src-af658cbca36b73c2405a9727c4eda36ae6a56ed5.tar.gz |
Ensure SYMLINKS fully specified
Differential Revision: D2748
Reviewed by: brooks
Diffstat (limited to 'share/numericdef/Makefile')
-rw-r--r-- | share/numericdef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index baf99de..f7f97c0 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -124,7 +124,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 |