summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-15 16:57:02 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-15 16:57:02 (EDT)
commit443f79077d349db5aa14169a6c5ccf1e4bcd4cf1 (patch)
tree01924a3db679391b6d0494fa869de890028f2eea /INSTALL
parenta5bba3e6fc970d6ea91d9679dbeb0c90fcf60b65 (diff)
parent56cc8c00ddebce8c0ccb3cd907ff5a66e7be226b (diff)
Merge branch 'feature/build-system-improvements'.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 1 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index ed8ade8..a32a79d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -40,11 +40,4 @@ running `make DESTDIR=dest install`.
Separate Build Directory
========================
-You can call the `configure` script from any directory on your system, and it
-will detect the location of the package source directory. It is recommended
-that you create a directory outside of the package source directory and build
-and install the package from there as follows:
-
- $ ../path/to/package/configure
- $ make
- # make install
+Building opkbuild from outside the source directory is currently unsupported.