From 9d388ccfef0fa0dfe524682e5e35bc164b1f8a8c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 26 Apr 2016 16:53:07 +0200 Subject: Fix command lines in INSTALL --- INSTALL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'INSTALL') 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: -- cgit v1.1