diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-04-27 22:08:25 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-04-27 22:08:25 +0000 |
commit | bf204c85402139adaa5088dbe054dac5c904eeaf (patch) | |
tree | dbda531201dd84de3a1742f7030330379a225389 /emulators | |
parent | 171c513dbd55ffda1c3f005ffcfc2b128bd9b34d (diff) |
- Force ln
Notes
Notes:
svn path=/head/; revision=212119
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-fc4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-fc4/Makefile b/emulators/linux_base-fc4/Makefile index 7eb3304eed54..7dc0ee2fa586 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -201,7 +201,7 @@ do-install: # Create a hard link to disallow using a FreeBSD native library, but find a # linux one at /lib/obsolete/linuxthreads; soft link happened to be insufficient # - @${LN} ${PREFIX}/lib/librt-2.3.6.so ${PREFIX}/usr/lib/librt.so.1 + @${LN} -f ${PREFIX}/lib/librt-2.3.6.so ${PREFIX}/usr/lib/librt.so.1 post-install: # |