summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2007-04-07 11:02:38 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2007-04-07 11:02:38 +0000
commitef008955096fb792645d8c40c1410815afec5274 (patch)
tree233deac0c2905e35b63f36ce42f0a4063206c1cb /README
parent4bbcdc802140588a6c541a79abdcbf23b9035f49 (diff)
Correct the path of the default object directory.
ok todd@
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 864d024f0..3250de16d 100644
--- a/README
+++ b/README
@@ -59,7 +59,7 @@ target.
The following steps will build and install everything for the first time.
- mkdir -p /usr/obj/xenocara
+ mkdir -p /usr/xobj
cd xenocara
make bootstrap
make obj
@@ -125,4 +125,4 @@ makefiles skeletons. For that use the following command:
You can also set XENOCARA_RERUN_AUTOCONF in /etc/mk.conf to force
regeneration of configure scripts in every component.
-$OpenBSD: README,v 1.11 2007/04/04 22:27:53 david Exp $
+$OpenBSD: README,v 1.12 2007/04/07 11:02:37 jsg Exp $