diff options
author | obache <obache@pkgsrc.org> | 2010-05-03 07:02:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-03 07:02:24 +0000 |
commit | b857f25651804aef70d5aea7e17b38a33ecfcad8 (patch) | |
tree | 6ac84dfd08c6f727b9f149c7b75ad092676ea4a0 /mk/tools | |
parent | d91862b45432e885475e732072614f3597380c6c (diff) | |
download | pkgsrc-b857f25651804aef70d5aea7e17b38a33ecfcad8.tar.gz |
Remove force to use symbolic link.
It is not a good idea to hide real issues.
If someone is really using hard link, it should be failed.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/tools.Haiku.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/tools.Haiku.mk b/mk/tools/tools.Haiku.mk index d6dc8e2a676..dcfa9502c61 100644 --- a/mk/tools/tools.Haiku.mk +++ b/mk/tools/tools.Haiku.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Haiku.mk,v 1.1 2010/02/06 10:39:59 obache Exp $ +# $NetBSD: tools.Haiku.mk,v 1.2 2010/05/03 07:02:24 obache Exp $ # # System-supplied tools for the Haiku operating system. @@ -49,7 +49,7 @@ TOOLS_PLATFORM.install?= /bin/install TOOLS_PLATFORM.install-info?= /boot/common/bin/install-info #TOOLS_PLATFORM.ldconfig?= /sbin/ldconfig # XXX: Haiku currently no support of hard link. -TOOLS_PLATFORM.ln?= /bin/ln -s +TOOLS_PLATFORM.ln?= /bin/ln TOOLS_PLATFORM.ls?= /bin/ls TOOLS_PLATFORM.m4?= ${TOOLS_PLATFORM.gm4} #TOOLS_PLATFORM.mail?= /bin/mail |