aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-26 16:53:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-26 16:55:08 +0200
commit9d388ccfef0fa0dfe524682e5e35bc164b1f8a8c (patch)
tree96988177d7fcfb28caa63b77ad9105dc8ac9d908
parent077961b97f324806107c4afd9a9c1c032b7f35e9 (diff)
Fix command lines in INSTALL
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index f4c0c2f..79851eb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -296,7 +296,8 @@ $ cp -r install install-`cat install/share/doc/brep/version`
Build new version of brep:
-$ bpkg -d brep build brep
+$ bpkg fetch -d brep
+$ bpkg build -d brep brep
If you are using a systemd-based setup, then stop and disable the loader:
@@ -315,7 +316,7 @@ $ sudo systemctl stop apache2
Install new brep:
$ rm -rf install/*
-$ bpkg -d brep install brep
+$ bpkg install -d brep brep
Review brep-module.conf changes that may need to be merged: