summaryrefslogtreecommitdiffstats
path: root/emulators/linux_base-rh-9
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-12-04 17:34:28 +0000
committerasami <asami@FreeBSD.org>1997-12-04 17:34:28 +0000
commite3b2a54a15dd2d9dee4cc530b739d2403fa4f160 (patch)
treee9525e627190baa24e9a5d3373f93f03c97d569a /emulators/linux_base-rh-9
parent1e1fea0f4dfe5ba0a173180d93ec6ba6a8ee39fa (diff)
downloadFreeBSD-ports-e3b2a54a15dd2d9dee4cc530b739d2403fa4f160.zip
FreeBSD-ports-e3b2a54a15dd2d9dee4cc530b739d2403fa4f160.tar.gz
"ln -s" -> "ln -sf" so it won't bark if you install this port twice.
Diffstat (limited to 'emulators/linux_base-rh-9')
-rw-r--r--emulators/linux_base-rh-9/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile
index 5241a9c..2415f2b 100644
--- a/emulators/linux_base-rh-9/Makefile
+++ b/emulators/linux_base-rh-9/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.17 1997/07/10 03:41:38 asami Exp $
+# $Id: Makefile,v 1.18 1997/11/25 04:32:03 msmith Exp $
#
DISTNAME= linux_lib-2.4
@@ -27,6 +27,6 @@ do-install:
post-install:
-/compat/linux/sbin/ldconfig
${MKDIR} ${PREFIX}/usr/lib/zoneinfo
- ln -s /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
+ ln -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
.include <bsd.port.mk>
OpenPOWER on IntegriCloud