aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-6
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1997-11-25 04:32:03 +0000
committerMike Smith <msmith@FreeBSD.org>1997-11-25 04:32:03 +0000
commit26c2d31d6fa202930fe32ec00388972114cf7f5a (patch)
tree3ab7b2396887ccb2629dde3037d350854a5ffd21 /emulators/linux_base-6
parent4dfb2f90694aff6a93e4456d96144d05db8b79c5 (diff)
downloadports-26c2d31d6fa202930fe32ec00388972114cf7f5a.tar.gz
ports-26c2d31d6fa202930fe32ec00388972114cf7f5a.zip
Notes
Diffstat (limited to 'emulators/linux_base-6')
-rw-r--r--emulators/linux_base-6/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile
index 4b013f37ed88..5241a9c12cb9 100644
--- a/emulators/linux_base-6/Makefile
+++ b/emulators/linux_base-6/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.16 1997/04/30 03:17:59 asami Exp $
+# $Id: Makefile,v 1.17 1997/07/10 03:41:38 asami Exp $
#
DISTNAME= linux_lib-2.4
@@ -26,5 +26,7 @@ do-install:
post-install:
-/compat/linux/sbin/ldconfig
+ ${MKDIR} ${PREFIX}/usr/lib/zoneinfo
+ ln -s /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
.include <bsd.port.mk>