summaryrefslogtreecommitdiffstats
path: root/release/picobsd/dial
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1998-08-31 13:39:01 +0000
committerabial <abial@FreeBSD.org>1998-08-31 13:39:01 +0000
commit8c7dba5d2dff969598b835f49caca4bdae3d6507 (patch)
treeb599f834150bd9188e50fdc601605ea50bb552d3 /release/picobsd/dial
parent42bb5c85079b3343ecbfc415473613ffb1c53a74 (diff)
downloadFreeBSD-src-8c7dba5d2dff969598b835f49caca4bdae3d6507.zip
FreeBSD-src-8c7dba5d2dff969598b835f49caca4bdae3d6507.tar.gz
init.ee was being copied to wrong place.
Submitted by: Eric P. Scott <eps@sirius.com>
Diffstat (limited to 'release/picobsd/dial')
-rw-r--r--release/picobsd/dial/mfs.tree/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/dial/mfs.tree/Makefile b/release/picobsd/dial/mfs.tree/Makefile
index e2b9b80..bb4915e 100644
--- a/release/picobsd/dial/mfs.tree/Makefile
+++ b/release/picobsd/dial/mfs.tree/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.3 1998/08/10 19:08:02 abial Exp $
+# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
#
DESTDIR?=/mnt
@@ -39,7 +39,7 @@ links: tree
done; \
cd share/misc;\
ln -s /etc/termcap termcap; \
- echo emacs >/usr/share/misc/init.ee; \
+ echo emacs >/mnt/usr/share/misc/init.ee; \
cd ../; \
cd locale; \
for i in ${LOCALE_LINKS}; \
OpenPOWER on IntegriCloud