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/timedef | |
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/timedef')
-rw-r--r-- | share/timedef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile index 5a4060d..1e589d8 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -148,7 +148,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 |