summaryrefslogtreecommitdiffstats
path: root/share/monetdef
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-01-23 00:49:05 +0000
committersjg <sjg@FreeBSD.org>2013-01-23 00:49:05 +0000
commitce5707f03fb9974bd2bb10894cb8d3351714f87d (patch)
tree6c8ff37b0d149db49a4081a0b455d29f71727b22 /share/monetdef
parent56e99a31b8944f54d63e48921eb9faece9fe57fc (diff)
downloadFreeBSD-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/monetdef')
-rw-r--r--share/monetdef/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index 972f149..d7b3610 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
OpenPOWER on IntegriCloud