diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-17 16:03:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-17 16:03:30 +0200 |
commit | 431eb111680021f2dfc73939ce915db823a0fd38 (patch) | |
tree | 1613b8c2c654e21f75a7479d9c60edf5061eeb89 | |
parent | bac3721b9449dffa321f336a593887ec2b505870 (diff) |
Fix incorrect sudo name
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -86,7 +86,7 @@ issues, you can adjust the commands below accordingly. Note that even if config.cxx.loptions=-L/usr/local/lib \ config.bin.rpath=/usr/local/lib \ config.install.root=/usr/local \ - config.install.sudo=sudo \ + config.install.root.sudo=sudo \ configure $ ./build2/build/b update @@ -100,6 +100,7 @@ issues, you can adjust the commands below accordingly. Note that even if $ which bpkg $ bpkg --version + $ cd # back to home directory 5. Setting up updates with the package manager |