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/monetdef | |
| parent | 0dfb7ef6ae79ca50ce3bc51b5c4c69aa9e9d5c99 (diff) | |
Include the target filename in SYMLINKS to avoid any confusion about
what is dirname and filename.
Diffstat (limited to 'share/monetdef')
| -rw-r--r-- | share/monetdef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 972f149dbe3e..d7b36107a688 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -130,7 +130,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 |
